You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Prerequisites

  • The individual performing this installation has a bit of Linux experience.
  • Root access is available.

  • An (evaluation) license for opCharts
  • FIXME? does opcharts need mongo?
    A working MongoDB installation (not necessarily on the same server)
  • The software packages apache, rrdtool, httpd-tools (Centos/RHEL) or apache2-utils (Debian), freetds and unixODBC must be installed.

Installation Procedure

Installing the pre-requisites

On Debian and derivatives, run this as root:

 

apt-get install apache2 rrdtool apache2-utils 


On CentOS/RHEL, run the following commands as root:

 

yum install http://mirror.optus.net/epel/6/i386/epel-release-6-8.noarch.rpm
yum install httpd-tools freetds unixODBC rrdtool
echo -e "[FreeTDS]\nDriver = /usr/lib64/libtdsodbc.so.0" | odbcinst -i -r -d 



  • No labels