Friday, October 31, 2014

OpenERP/Odoo Installation on ubuntu GitHub

Make Your System Ready with ubuntu 12.04 or higher version.






OpenERP/Odoo Installation Steps


1. Update and Upgrade the System Using Below Command:

# sudo apt-get update && sudo apt-get upgrade

2. Install Git Using Below Command

# sudo apt-get install git
3. Install Required Python Packages Using Below Command(For OpenERP)

# sudo apt-get install 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-pybabel python-werkzeug python-openid bzr python-mock python-unittest2 python-docutils

4. Install Required Packages For Odoo Using Below Command

# sudo apt-get install graphviz ghostscript postgresql-client python-dateutil python-feedparser python-matplotlib python-ldap python-libxslt1 python-lxml python-mako python-openid python-psycopg2 python-pybabel 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

5. Install Supporting Packages for Odoo Using Below Command

# sudo apt-get install 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

6. Creating User For Postgresql Using Below Command

# sudo -u postgres createuser -s username




7. Alter User Of Postgres Using Below Three Commands

         # sudo su postgres
         # psql
         # alter user username with password 'password';
         # \q
         # exit

8. Create Directory For Cloning OpenERP/Odoo Gnd Go To That Directory Using Below Command

# cd /home/serpentcs/workspace/odoo

9. Cloning 7.0/8.0 from GitHub using below command

# git clone https://github.com/odoo/odoo.git

10. Start Odoo Server using below command
 
# ./openerp-server