Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@avelino
Created November 6, 2012 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avelino/4027365 to your computer and use it in GitHub Desktop.
Save avelino/4027365 to your computer and use it in GitHub Desktop.
Instalar pacotes antes de instalar Plone
$ echo "Instalar biblioteca Python"
$ sudo aptitude install python-distribute python-dev build-essential libssl-dev libxml2-dev libxslt1-dev libbz2-dev
$ echo "Instalar biblioteca de imagem"
$ sudo aptitude install libjpeg62-dev libreadline-gplv2-dev wv poppler-utils python-imaging
$ echo "Instalar controle de versão"
$ sudo aptitude install subversion git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment