Install Odoo in Ubuntu

1. Install require below library, Just copy and paste in terminal.
sudo apt-get update && sudo apt-get install nginx nodejs git python-matplotlib python-pyparsing python-imaging python-psycopg2 python-libxslt1 python-libxml2 graphviz postgresql pgadmin3 python-lxml mx44 python-reportlab python-pychart python-tz python-openssl python-hippocanvas python-yaml python-pydot python-setuptools flashplugin-installer python-mako python-babel python-werkzeug python-openid bzr python-mock python-unittest2 python-docutils graphviz ghostscript postgresql-client python-dateutil python-feedparser python-matplotlib python-ldap python-libxslt1 python-lxml python-mako python-openid python-psycopg2 python-babel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-imaging gcc python-dev mc bzr python-setuptools python-babel python-feedparser python-reportlab-accel python-zsi python-openssl python-egenix-mxdatetime python-jinja2 python-unittest2 python-mock python-docutils lptools make python-psutil python-paramiko poppler-utils python-pdftools python-pypdf python-requests python-decorator python-passlib antiword python-suds python-xlsxwriter python-ofxparse python-xlrd -y

2. Configure Postgresql
sudo -u postgres createuser -s USERNAME
sudo -u postgres psql
alter user USERNAME with password 'PASSWORD';

3. Clone Odoo ERP directory.
git clone https://github.com/odoo/odoo.git --depth 1 -b 10.0 --single-branch
sudo pip install -r requirements.txt

Thanks

Leave a Reply

Your email address will not be published. Required fields are marked *

Get Your Free Quote Today!