Difference between revisions of "Mono Update"

(Created page with "Follow these steps to update Mono and configure TCAdmin to use the new version. * Download and install the updated mono package according to your Linux distro. * Updat...")
 
Line 3: Line 3:
 
* [[Mono|Download and install]] the updated mono package according to your Linux distro.
 
* [[Mono|Download and install]] the updated mono package according to your Linux distro.
  
* Update the following line in /home/tcadmin/Monitor/mono-config with the location of version you updated to.
+
* Update the following line in /home/tcadmin/Monitor/mono-config with the location of version you updated to. Use nano or vi. Don't download the file to your Windows PC and edit the file.
 
<source lang="bash">MONO_FOLDER="/opt/mono-2.10.6"</source>
 
<source lang="bash">MONO_FOLDER="/opt/mono-2.10.6"</source>
  

Revision as of 17:15, 27 January 2012

Follow these steps to update Mono and configure TCAdmin to use the new version.

  • Update the following line in /home/tcadmin/Monitor/mono-config with the location of version you updated to. Use nano or vi. Don't download the file to your Windows PC and edit the file.
MONO_FOLDER="/opt/mono-2.10.6"
  • Restart the monitor and service manager services.
cd /home/tcadmin/Monitor
./monitor-service restart
./serviceman-service restart
Retrieved from "https://help.tcadmin.com/index.php?title=Mono_Update&oldid=512"