Last active
December 23, 2015 14:19
-
-
Save icook/6647578 to your computer and use it in GitHub Desktop.
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
# Install latest mongo | |
apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 | |
echo "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" | tee -a /etc/apt/sources.list.d/10gen.list | |
apt-get -y update | |
apt-get -y install mongodb-10gen | |
# uwsgi | |
apt-get install uwsgi uwsgi-plugin-python | |
# python setup | |
apt-get install python-pip python-dev virtualenvwrapper libfreetype6 libfreetype6-dev libjpeg8 libjpeg8-dev | |
# other | |
apt-get install rubygems vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment