Skip to content

Instantly share code, notes, and snippets.

@bmschmidt
Created January 14, 2015 00:55
Show Gist options
  • Save bmschmidt/2c05449c6c9823aec74d to your computer and use it in GitHub Desktop.
Save bmschmidt/2c05449c6c9823aec74d to your computer and use it in GitHub Desktop.
Bookworm setup
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