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. ''Updated to T36 omega''
+
The easiest MIRC install ever. ''Updated to Z1''
  
 
====Important points====
 
====Important points====
Line 14: Line 14:
 
   apt-add-repository ppa:timothy-john-phillips/mirc
 
   apt-add-repository ppa:timothy-john-phillips/mirc
 
   apt-get update
 
   apt-get update
   apt-get -y install mirc36
+
   apt-get -y install mircZ1
  
 
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.
Line 23: Line 23:
 
Administrator access:
 
Administrator access:
 
* username = admin
 
* username = admin
* password = admin
+
* password = password
  
 
====Included features====
 
====Included features====
# Port 80 (default web port) rather than 8080
 
 
# Automatically starts at boot up and closes at shutdown.
 
# Automatically starts at boot up and closes at shutdown.
# Java, JAI IO, and Tomcat all included.
+
# JAI IO 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'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.
 
I plan to update it with each release of MIRC.
  
 
Hope this helps someone. Appreciate any feedback. - timothy.john.phillips@gmail.com
 
Hope this helps someone. Appreciate any feedback. - timothy.john.phillips@gmail.com

Revision as of 11:24, 16 April 2011

The easiest MIRC install ever. Updated to Z1

1 Important points

2 First step:

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

3 Commands

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 mircZ1

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

4 Try it out

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

5 Included features

  1. Automatically starts at boot up and closes at shutdown.
  2. JAI IO included.

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.

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