Difference between revisions of "(depreciated) empty page - TJP"

From MircWiki
Jump to navigation Jump to search
Line 1: Line 1:
The easiest MIRC install ever.
+
The easiest MIRC install ever. ''Updated to T36 omega''
  
This will work best on a new install of Ubuntu Linux 10.04 (Lucid) Server, 32-bit (i386).
+
====Important points====
 +
* You need to use Ubuntu 10.04.x (Luicd) 32-bit (i386). Not 64-bit (amd64)
 +
* You can download this at ftp://ftp.iinet.net.au/pub/ubuntu-releases/lucid/ubuntu-10.04.1-server-i386.iso, or you can use a local mirror closer to you.'
  
'''Updated to T36 omega'''
+
====First step:====
 +
Install Ubuntu 10.04 Lucid 32-bit on a virtual machine or a real computer.
  
''Important: Designed for a 32-bit (i386) install, not 64-bit (amd64).''
+
''The following commands should be executed as root (or using sudo)''
 
 
''All commands should be executed as root (or using sudo)''
 
 
 
Add the required repositories and packages:
 
 
   apt-get -y install python-software-properties  
 
   apt-get -y install python-software-properties  
 
   apt-add-repository 'deb http://archive.canonical.com/ lucid partner'
 
   apt-add-repository 'deb http://archive.canonical.com/ lucid partner'
Line 15: Line 14:
 
   apt-get update
 
   apt-get update
 
   apt-get -y install mirc36
 
   apt-get -y install mirc36
 +
 
You will be asked to agree to the terms and conditions of Sun Java. Agree to it all.
 
You will be asked to agree to the terms and conditions of Sun Java. Agree to it all.
 +
 
Point a web browswer at the IP address of your Ubuntu machine and you should see your new 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 = admin
  
 
====Included features====
 
====Included features====

Revision as of 08:51, 9 November 2010

The easiest MIRC install ever. Updated to T36 omega

1 Important points

2 First step:

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

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

  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 mirc36

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

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 = admin

3 Included features

  1. Port 80 (default web port) rather than 8080
  2. Automatically starts at boot up and closes at shutdown.
  3. Java, JAI IO, and Tomcat all included.

I've made these repositories to simplify the installation of MIRC on Linux.

It eliminates the fiddling with Java Image IO tools and Tomcat.

I plan to update it with each release of MIRC.

Hope this helps someone.

Appreciate any feedback. - timothy.john.phillips@gmail.com