Last active
August 29, 2015 14:24
-
-
Save IslamAzab/5380d4d9ec7887987deb to your computer and use it in GitHub Desktop.
Installing pg_activity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -i | |
apt-get update | |
apt-get install -y python-pip python-dev build-essential | |
pip install psycopg2 | |
pip install psutil | |
pip install setuptools | |
git clone https://github.com/julmon/pg_activity.git | |
cd pg_activity/ | |
python setup.py install --with-man |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment