Created
January 14, 2015 00:55
-
-
Save bmschmidt/2c05449c6c9823aec74d to your computer and use it in GitHub Desktop.
Bookworm setup
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
ubuntu@ip-172-30-0-121:~/bookworm-setup$ cat install.sh | |
apt-get install emacs | |
apt-get install apache2 | |
apt-get install mysql-server | |
apt-get install libmysqlclient-dev | |
apt-get install git | |
apt-get install make | |
apt-get install parallel | |
apt-get install python | |
apt-get install python-numpy | |
apt-get install python-dev | |
apt-get install python-setuptools | |
easy_install MySQL-python | |
easy_install regex | |
ubuntu@ip-172-30-0-121:~/bookworm-setup$ cat bookwormRepos.sh | |
git clone [email protected]:Bookworm-project/BookwormAPI /var/www/cgi-bin | |
ubuntu@ip-172-30-0-121:~/bookworm-setup$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment