Skip to content

Instantly share code, notes, and snippets.

View nilesh1013's full-sized avatar

nilesh sharma nilesh1013

View GitHub Profile
# install pip first so that you can install virtual environment with that
sudo apt-get install python-pip
# Install virtual environment first.
sudo pip install virtualenv
# graphite-web install is hardcoded in setup.cfg to /opt/graphite
sudo mkdir /opt/graphite
sudo chown brad.users /opt/graphite