Skip to content

Testing Environment: Before You start

netniV edited this page Mar 11, 2018 · 2 revisions

This page is designed to store notes on common items used to install test platforms for cacti.

Variables

Replace the following variables

Field Description
_ssh_user_ the ssh user that you log in with
_ssh_host_ the hostname of the box being configured
_website_group_ the group that apache belongs to which should be able to read the website
_cacti_version_ the version of cacti you wish to use
_cacti_folder_ the folder that will store cacti

Git Settings

Try to ensure that git is updated to the latest version possible. 1.x versions of Git will struggling to push updates back to GitHub for example.

Also, define your author username/email:

git config --global user.name 'netniV'
git config --global user.email '[email protected]'