Skip to content

Instantly share code, notes, and snippets.

@stefanfoulis
Created July 19, 2011 08:46
Show Gist options
  • Save stefanfoulis/1091751 to your computer and use it in GitHub Desktop.
Save stefanfoulis/1091751 to your computer and use it in GitHub Desktop.
package list for new servers

python stuff that needs to be installed globally

apt-packages:

build-essential
python-setuptools
python-pip
python-imaging

python-lxml
python-gettext
python-memcached

# barcode / image stuff
python-zbar
ghostscript  # will already be installed as a dependency of python-zbar
imagemagick  # will already be installed as a dependency of python-zbar

# developers essentials
git-core
mercurial
subversion

for postgres:

python-psycopg2

for mysql:

python-mysqldb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment