Skip to content

Instantly share code, notes, and snippets.

@johndobrien
Last active March 2, 2016 14:30
Show Gist options
  • Save johndobrien/d9d4a0c0b2528662fd18 to your computer and use it in GitHub Desktop.
Save johndobrien/d9d4a0c0b2528662fd18 to your computer and use it in GitHub Desktop.
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