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

From MircWiki
Jump to navigation Jump to search
Line 1: Line 1:
== How to install RSNA TFS (formally known as MIRC-Zn) on Ubuntu Linux ==
+
== How to install RSNA TFS (formally known as MIRC) on Ubuntu Linux ==
 
* Download the script
 
* Download the script
  wget http://timphillips.net/mirc/install-TFS
+
  wget http://timphillips.net/RSNA-TFS/install-TFS
 
* Make it executable
 
* Make it executable
 
  chmod 777 ./install-TFS
 
  chmod 777 ./install-TFS
Line 7: Line 7:
 
  ./install-TFS
 
  ./install-TFS
 
* Point your browser to the machine you just installed it on and RSNA TFS should be up and running.
 
* Point your browser to the machine you just installed it on and RSNA TFS should be up and running.
* This script will also upgrade a previous "Tim Phillips" installation of MIRC-Zn or RSNA TFA so it can be used again when the RSNA code is updated.
+
* This script will also upgrade a previous "Tim Phillips" installation of RSNA-TFS or RSNA TFA so it can be used again when the RSNA code is updated.
  
== Commands to control or upgrde the MIRC web service ==
+
== Commands to control or upgrde the TFS web service ==
To start MIRC (it will start automatically when the machine boots)
+
To start RSNA-TFS (it will start automatically when the machine boots)
  start MIRC-Zn
+
  start RSNA-TFS
To stop MIRC:
+
To stop RSNA-TFS:
  stop MIRC-Zn
+
  stop RSNA-TFS
To check if MIRC is running:
+
To check if RSNA-TFS is running:
  status MIRC-Zn
+
  status RSNA-TFS
To restart MIRC:
+
To restart RSNA-TFS:
  restart MIRC-Zn
+
  restart RSNA-TFS
To upgrade MIRC with the latest MIRC-Zn code from RSNA (and preserve all your data):
+
To upgrade RSNA-TFS with the latest RSNA-TFS code from RSNA (and preserve all your data):
  upgrade-mirc
+
  upgrade-RSNA-TFS
 
==What the script does (feel free to look at it before you run it)==
 
==What the script does (feel free to look at it before you run it)==
  
 
* Checks you're running it as root or using sudo.
 
* Checks you're running it as root or using sudo.
* Stops the MIRC-Zn service if its running.
+
* Stops the RSNA-TFS service if its running.
 
* Updates the Ubuntu repos if need be.
 
* Updates the Ubuntu repos if need be.
 
* Checks which chipset you're running.
 
* Checks which chipset you're running.
Line 31: Line 31:
 
* Downloads the appropriate JAI ImageIO files installs JAI ImageIO.
 
* Downloads the appropriate JAI ImageIO files installs JAI ImageIO.
 
* Installs a few other necessary libraries if they're not already installed.
 
* Installs a few other necessary libraries if they're not already installed.
* Downloads the latest version of MIRC-Zn.
+
* Downloads the latest version of RSNA-TFS.
* Writes an upstart script (so that CTP/MIRC will be run as a service automatically).
+
* Writes an upstart script (so that CTP/RSNA-TFS will be run as a service automatically).
* Installs RSNA MIRC.
+
* Installs RSNA RSNA-TFS.
  
==Choosing between Ubuntu Desktop and Ubuntu Server for a MIRC install==
+
==Choosing between Ubuntu Desktop and Ubuntu Server for a RSNA-TFS install==
 
* Ubuntu Desktop
 
* Ubuntu Desktop
 
** Easier (very easy) if you're new to Linux.
 
** Easier (very easy) if you're new to Linux.
 
** May be very slightly slower but on modern hardware you are unlikely to notice the difference.
 
** May be very slightly slower but on modern hardware you are unlikely to notice the difference.
 
* Ubuntu Server
 
* Ubuntu Server
** Makes more sense - MIRC is a web service after all.
+
** Makes more sense - RSNA-TFS is a web service after all.
 
** Will be leaner and faster.
 
** Will be leaner and faster.
 
** Can run on a headless server or virtual machine.
 
** Can run on a headless server or virtual machine.

Revision as of 15:36, 19 November 2011

1 How to install RSNA TFS (formally known as MIRC) on Ubuntu Linux

  • Download the script
wget http://timphillips.net/RSNA-TFS/install-TFS
  • Make it executable
chmod 777 ./install-TFS
  • Run the script
./install-TFS
  • Point your browser to the machine you just installed it on and RSNA TFS should be up and running.
  • This script will also upgrade a previous "Tim Phillips" installation of RSNA-TFS or RSNA TFA so it can be used again when the RSNA code is updated.

2 Commands to control or upgrde the TFS web service

To start RSNA-TFS (it will start automatically when the machine boots)

start RSNA-TFS

To stop RSNA-TFS:

stop RSNA-TFS

To check if RSNA-TFS is running:

status RSNA-TFS

To restart RSNA-TFS:

restart RSNA-TFS

To upgrade RSNA-TFS with the latest RSNA-TFS code from RSNA (and preserve all your data):

upgrade-RSNA-TFS

3 What the script does (feel free to look at it before you run it)

  • Checks you're running it as root or using sudo.
  • Stops the RSNA-TFS service if its running.
  • Updates the Ubuntu repos if need be.
  • Checks which chipset you're running.
  • (If Oracle / Sun Java 6 isn't already installed)
    • Answers the Java installation questions in advance.
    • Installs Oracle / Sun Java.
  • Downloads the appropriate JAI ImageIO files installs JAI ImageIO.
  • Installs a few other necessary libraries if they're not already installed.
  • Downloads the latest version of RSNA-TFS.
  • Writes an upstart script (so that CTP/RSNA-TFS will be run as a service automatically).
  • Installs RSNA RSNA-TFS.

4 Choosing between Ubuntu Desktop and Ubuntu Server for a RSNA-TFS install

  • Ubuntu Desktop
    • Easier (very easy) if you're new to Linux.
    • May be very slightly slower but on modern hardware you are unlikely to notice the difference.
  • Ubuntu Server
    • Makes more sense - RSNA-TFS is a web service after all.
    • Will be leaner and faster.
    • Can run on a headless server or virtual machine.
    • TurnkeyLinux is a very good Ubuntu install for this purpose.
Any questions or comments please email me at timothy.john.phillips@gmail.com - Tim Phillips.