Skip to content

Instantly share code, notes, and snippets.

@rjmacarthy
Last active February 26, 2016 12:19
Show Gist options
  • Save rjmacarthy/cd7cd81ac026d9f6f426 to your computer and use it in GitHub Desktop.
Save rjmacarthy/cd7cd81ac026d9f6f426 to your computer and use it in GitHub Desktop.
install sentry ubuntu
source /www/sentry/bin/activate
sentry
sentry init /etc/sentry
sudo apt-get update
sudo apt-get install build-essential -y
sudo apt-get install tcl8.5 -y
wget http://download.redis.io/releases/redis-stable.tar.gz
tar xzf redis-stable.tar.gz
cd redis-stable
make
make test
sudo make install
cd utils
sudo ./install_server.sh
sudo service redis_6379 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment