Created
August 11, 2012 03:30
-
-
Save john2x/3320395 to your computer and use it in GitHub Desktop.
OpenERP requirements
This file contains 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
# openERP requirements | |
# | |
# $ apt-get install libldap2-dev libsasl2-dev | |
# $ apt-get install python-libxslt1 python-webdav | |
# $ virtualenv --system-site-packages /var/www/openerp/venv | |
# $ source /var/www/openerp/venv/bin/activate | |
# (venv)$ pip install -r openerp-requirements.txt | |
# install PIL http://www.sandersnewmedia.com/why/2012/04/16/installing-pil-virtualenv-ubuntu-1204-precise-pangolin/ | |
# $ sudo apt-get build-dep python-imaging | |
# $ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libfreetype.so /usr/lib/ | |
# $ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libjpeg.so /usr/lib/ | |
# $ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so /usr/lib/ | |
# (venv)$ pip install PIL | |
# (venv)$ openerp-server | |
python-dateutil | |
feedparser | |
gdata | |
python-ldap # apt-get install libldap2-dev libsasl2-dev | |
lxml | |
Mako | |
python-openid | |
psycopg2 | |
Babel | |
http://download.gna.org/pychart/PyChart-1.39.tar.gz | |
pydot | |
pyparsing | |
reportlab | |
simplejson | |
vatnumber | |
vobject | |
pytz | |
werkzeug | |
pyyaml | |
xlwt | |
zsi | |
# python-libxslt1 - apt-get install python-libxslt1 | |
# python-webdav - apt-get install python-webdav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment