Difference between revisions of "System Requirements"

Line 14: Line 14:
 
* libpcap (for bandwidth monitor)
 
* libpcap (for bandwidth monitor)
 
** CentOS / Fedora / Redhat<source lang="bash">yum install libpcap</source>
 
** CentOS / Fedora / Redhat<source lang="bash">yum install libpcap</source>
** Debian/Ubuntu:<source lang="bash">apt-get install libpcap0.8</source>
+
** Debian/Ubuntu<source lang="bash">apt-get install libpcap0.8</source>
 
* lsof
 
* lsof
 
** CentOS / Fedora / Redhat<source lang="bash">yum install lsof</source>
 
** CentOS / Fedora / Redhat<source lang="bash">yum install lsof</source>
** Debian/Ubuntu:<source lang="bash">apt-get install lsof</source>
+
** Debian/Ubuntu<source lang="bash">apt-get install lsof</source>
* msttcorefonts (for graphs) http://www.go2linux.org/msttcorefonts-true-type-fonts-on-linux
+
* msttcorefonts (for graphs)
 +
** 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>
 +
** Debian/Ubuntu<source lang="bash">apt-get install msttcorefonts</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 01:38, 5 March 2012

Windows

Linux

  • CentOS 5/6, Debian 6, Fedora 15, Redhat 5, Ubuntu 10/11 (32/64 bit) NOTE: CentOS 6 64bit needs to be configured with Mono 32bit. Contact us for details.
  • Mono 2.10.8 or greater
  • libpcap (for bandwidth monitor)
    • CentOS / Fedora / Redhat
      yum install libpcap
    • Debian/Ubuntu
      apt-get install libpcap0.8
  • lsof
    • CentOS / Fedora / Redhat
      yum install lsof
    • Debian/Ubuntu
      apt-get install lsof
  • msttcorefonts (for graphs)
    • CentOS / Fedora / Redhat
      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 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=615"