Difference between revisions of "Installation"

Line 3: Line 3:
  
 
== Installation (Linux) ==
 
== Installation (Linux) ==
* Create a user that will be used to run TCAdmin. "tcadmin" is recommended.
 
<code>
 
/usr/sbin/useradd tcadmin -p (random password)
 
</code>
 
* Download tcadmin2.zip and extract to the user's home directory or subdirectory.
 
<code>
 
mkdir -p /home/tcadmin/tca2beta
 
cd /home/tcadmin/tca2beta
 
wget http://www.tcadmin.com/tcadmin2.zip
 
unzip tcadmin2.zip
 
rm tcadmin2.zip
 
</code>
 
* If your user is not named tcadmin make the necessary changes in the file Monitor/tcadmin-config.
 
* Give execute permissions on scripts.
 
<code>
 
cd Monitor
 
chmod +x monitor-console
 
chmod +x monitor-service
 
chmod +x serviceman-console
 
chmod +x serviceman-service
 
chmod +x servicebrowser
 
</code>
 
* Install the TCAdmin services (run as root).
 
<code>
 
./monitor-service install
 
./serviceman-service install
 
</code>
 
* Set folder owner.
 
<code>
 
chown --recursive tcadmin /home/tcadmin
 
</code>
 
* Start the Service Manager in service mode.
 
<code>
 
./serviceman-service start
 
</code>
 
* Start the Monitor in console mode and check for errors.
 
<code>
 
./monitor-console
 
</code>
 
* If the monitor starts correctly stop the monitor by entering quit in the console and start in service mode.
 
<code>
 
./monitor-service start
 
</code>
 

Revision as of 01:14, 29 April 2011

Installation (Windows)

Before installing TCAdmin make sure you have installed the System Requirements

Installation (Linux)

Retrieved from "https://help.tcadmin.com/index.php?title=Installation&oldid=79"