Created
February 13, 2012 20:48
-
-
Save alejandrobernardis/1820280 to your computer and use it in GitHub Desktop.
install
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
apt-get update && apt-get -u upgrade | |
apt-get install build-essential tree joe | |
apt-get install python-setuptools | |
apt-get install mercurial subversion git | |
apt-get install ant curl sqlite3 mysql-server mysql-client mysql-common mongodb-server mongodb-clients python-mysqldb python-pycurl python-pymongo | |
easy_install supervisor | |
# interfaces | |
auto eth0 | |
iface eth0 inet static | |
address 152.146.124.99 | |
netmask 255.255.254.0 | |
network 152.146.124.0 | |
broadcast 152.146.124.255 | |
gateway 152.146.124.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment