Skip to content

Instantly share code, notes, and snippets.

@cecepm
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cecepm/9799597 to your computer and use it in GitHub Desktop.
Save cecepm/9799597 to your computer and use it in GitHub Desktop.
Install Cacti on Ubuntu 14.04

Install Nginx

sudo apt-get install nginx

Install MySQL, rrdtool, snmp

sudo apt-get install mysql-server rrdtool snmp snmpd

Install PHP-FPM and PHP modules

sudo apt-get install php5-cli php5-curl php5-fpm php5-gd php5-ldap php5-mysql php5-snmp \
    php5-rrd php5-xcache

Edit /etc/php5/fpm/php.ini and /etc/php5/cli/php.ini

date.timezone = Asia/Jakarta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment