Support #607
Updated by Daniel Curtis over 9 years ago
This is a guide for install OpenERP 8, Odoo, on FreeBSD 9. The Odoo installer supports FreeBSD, so all that needs to be done is install a few dependencies and run the installer. h2. Setting up the Environment * Start by making sure everything is up to date: <pre> pkg update && pkg upgrade portsnap fetch extract </pre> * Install portmaster: <pre> cd /usr/ports/ports-mgmt/portmaster make install clean pkg2ng </pre> * Install a some dependencies: <pre> portmaster graphics/py-imaging textproc/py-libxml2 textproc/py-xlwt devel/py-pytz lang/py-mx-base databases/py-psycopg2 graphics/py-chart graphics/py-pydot textproc/py-libxslt devel/py-lxml textproc/py-xml devel/py-yaml textproc/py-mako devel/py-dateutil print/py-reportlab2 www/py-werkzeug deskutils/py-vobject finance/py-vatnumber devel/py-unittest2 devel/py-simplejson www/py-requests textproc/py-qrcode devel/py-usb security/py-openid net/py-ldap2 comms/py-serial print/py-pdf devel/py-pyparsing15 databases/py-psycogreen databases/py-psycopg2 sysutils/py-psutil graphics/py-pillow security/py-passlib devel/py-mock devel/py-gevent textproc/py-feedparser devel/py-decorator </pre> h2. Install Odoo * Download the latest version of Odoo: <pre> fetch 'https://nightly.odoo.com/8.0/nightly/src/odoo_8.0.latest.tar.gz' tar xzf odoo_8.0-latest.tar.gz cd odoo-8.0-* </pre> * Install using the setup script: <pre> python setup.py install </pre> h2. Resources * http://zewaren.net/site/?q=node/127