(depreciated) empty page - TJP: Difference between revisions

From MircWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The easiest MIRC install ever. ''Updated to Z1''
The easiest MIRC install ever. ''Updated to Z1''
===Included features===
#  Installs JAI IO included.
# port 80 access (default web port)
# Automatically starts at boot up and closes at shutdown.


===Installation===
===Installation===
Line 33: Line 38:
* password = password
* password = password


====Startup and Shutdown====
====Manual Startup and Shutdown (rarely needed)====


From the command line:
From the command line:
"To start the mirc server"
To start the mirc server
   service mirc start
   service mirc start
"To shutdown the mirc server"
To shutdown the mirc server
   service mirc stop
   service mirc stop
"To restart the mirc server"
To restart the mirc server
   service mirc restart  
   service mirc restart  
====Included features====
# Automatically starts at boot up and closes at shutdown.
#  JAI IO included.
# port 80 access (default web port)


====What happens behind the scenes====
====What happens behind the scenes====

Revision as of 12:44, 17 April 2011

The easiest MIRC install ever. Updated to Z1

Included features

  1. Installs JAI IO included.
  2. port 80 access (default web port)
  3. Automatically starts at boot up and closes at shutdown.

Installation

Important points

First step:

Install Ubuntu 10.04 Lucid 32-bit on a virtual machine or a real computer.

Commands

The following commands should be executed as root (or using sudo)

  apt-get update 
  apt-get -y install python-software-properties 
  apt-add-repository 'deb http://archive.canonical.com/ lucid partner'
  apt-add-repository ppa:timothy-john-phillips/mirc
  apt-get update
  apt-get -y install mirc

You will be asked to agree to the terms and conditions of Sun Java and then to ImageIO. Agree to it all.

Usage

Web access to the MIRC site

Point a web browswer at the IP address of your Ubuntu machine and you should see your new MIRC site.

Administrator access:

  • username = admin
  • password = password

Manual Startup and Shutdown (rarely needed)

From the command line: To start the mirc server

 service mirc start

To shutdown the mirc server

 service mirc stop

To restart the mirc server

 service mirc restart 

What happens behind the scenes

  1. Installing the mirc-z1 package automatically installs two other packages
    1. sun-java6-jre - this is the official Sun (Oracle) Java 1.6 JRE package, which lives in the partner repository.
    2. jai-imageio-1.1 - this is a package I created to automate the installation of the Sun (Oracle) ImageIO libraries.
  2. the MIRC/CTP files are put into /usr/share/mirc/
  3. An Ubuntu Upstart script (mirc.conf) is installed in the /etc/init/ folder.

I've made these repositories to simplify the installation of MIRC on Linux. It eliminates the fiddling with Java Image IO tools. I plan to update it with each release of MIRC Zx.

Hope this helps someone. Appreciate any feedback. - timothy.john.phillips@gmail.com