Last active
March 2, 2016 14:30
-
-
Save johndobrien/d9d4a0c0b2528662fd18 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 add-apt-repository ppa:chris-lea/redis-server | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install python-setuptools python-virtualenv python-dev libpq-dev libxml2-dev libxslt-dev openssl libffi-dev | |
sudo apt-get install redis-server | |
sudo mkdir /var/www | |
sudo adduser sentry | |
sudo chown sentry:sentry /var/www | |
sudo su - sentry | |
virtualenv /var/www/sentry | |
source /var/www/sentry/bin/activate | |
easy_install -UZ sentry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment