Last active
February 26, 2016 12:19
-
-
Save rjmacarthy/cd7cd81ac026d9f6f426 to your computer and use it in GitHub Desktop.
install sentry ubuntu
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
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