Difference between revisions of "System Requirements"

Line 13: Line 13:
 
** [[Mono|Download from our website (recommended)]]
 
** [[Mono|Download from our website (recommended)]]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
* libpcap (for bandwidth monitor)
+
* CentOS / Fedora / Redhat
** CentOS / Fedora / Redhat<source lang="bash">yum install libpcap</source>
+
<source lang="bash">yum install libpcap
** Debian/Ubuntu<source lang="bash">apt-get install libpcap0.8</source>
+
yum install schedutils
* schedutils (for affinity)
+
yum install lsof
** CentOS / Fedora / Redhat<source lang="bash">yum install schedutils</source>
+
wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm;yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck</source>
** Debian/Ubuntu<source lang="bash">apt-get install schedutils</source>
+
* Debian/Ubuntu
* msttcorefonts (for graphs)
+
<source lang="bash">apt-get install libpcap0.8
** CentOS / Fedora / Redhat <source lang="bash">wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm;yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck</source>
+
apt-get install schedutils
** Debian/Ubuntu<source lang="bash">apt-get install msttcorefonts</source>
+
apt-get install lsof
* lsof
+
apt-get install msttcorefonts
** CentOS / Fedora / Redhat<source lang="bash">yum install lsof</source>
+
</source>
** Debian/Ubuntu<source lang="bash">apt-get install lsof</source>
 
  
 
=== Linux & Windows ===
 
=== Linux & Windows ===
 
* If you plan on having remote servers, it is recommended that you use a MySQL database. You can convert your SQLite database to MySQL at any time using the conversion tool included in TCAdmin.
 
* If you plan on having remote servers, it is recommended that you use a MySQL database. You can convert your SQLite database to MySQL at any time using the conversion tool included in TCAdmin.

Revision as of 16:00, 9 March 2012

Windows

Linux

yum install libpcap
yum install schedutils
yum install lsof
wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm;yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
  • Debian/Ubuntu
apt-get install libpcap0.8
apt-get install schedutils
apt-get install lsof
apt-get install msttcorefonts

Linux & Windows

  • If you plan on having remote servers, it is recommended that you use a MySQL database. You can convert your SQLite database to MySQL at any time using the conversion tool included in TCAdmin.
Retrieved from "https://help.tcadmin.com/index.php?title=System_Requirements&oldid=632"