- Open Terminal and execute below commands
- Update apt source list1
sudoapt-get update - Download and Install Updates1
sudoapt-get upgrade - Install required packages for Odoo (Open ERP v8)1234567
sudoapt-getinstallgraphviz 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 - Install supporting packages for Odoo (Open ERP v8)12345
sudoapt-getinstallgcc 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 lptoolsmakepython-psutil python-paramiko poppler-utils \python-pdftools antiword postgresql - Install gdata client1234
wget http://gdata-python-client.googlecode.com/files/gdata-2.0.17.tar.gztarzxvf gdata-2.0.17.tar.gzcdgdata-2.0.17/sudopython setup.pyinstall - Create a new Odoo system user for Odoo an other related process . This step will ask you password and other details. Please provide correct and remember that for future reference1
sudoadduser odoo --home/opt/odoo - Create database user for Odoo12
cd..sudo-u postgres createuser -s odoo - Move to the install directory123
sudosuodoomkdir/opt/odoo/v8cd/opt/odoo/v8 - Run the bazaar to download Web part Odoo (Open ERP v8) saas 4 version from launchpad1
bzr branch lp:~openerp/openerp-web/saas-4web - Run the bazaar to download Server part of Odoo (Open ERP v8) saas 4 version from launchpad1
bzr branch lp:~openerp/openobject-server/saas-4server - Run the bazaar to download addons part of Odoo (Open ERP v8) saas 4 version from launchpad1
bzr branch lp:~openerp/openobject-addons/saas-4addons - Exit from openerp user shell1
exit - Copy Odoo configuration file to /etc1
sudocp/opt/odoo/v8/server/install/openerp-server.conf/etc/openerp-server.conf - Edit the configuration file1
sudonano/etc/openerp-server.conf - Configure file as below0102030405060708091011
[options]; This is the password that allows database operations:admin_passwd = PASSWORDdb_host = Falsedb_port = Falsedb_user = odoodb_password = Falseaddons_path =/opt/odoo/v8/addons,/opt/odoo/v8/web/addons;Log settingslogfile =/var/log/openerp/openerp-server.loglog_level = error - Change the file permission and file ownership to the odoo user12
sudochownodoo:/etc/openerp-server.confsudochmod640/etc/openerp-server.conf - Create log directory for odoo12
sudomkdir/var/log/openerpsudochownodoo:root/var/log/openerp - Copy Logrotate file from source to /etc/logrotate.d folder12
sudocp/opt/odoo/v8/server/install/openerp-server.logrotate/etc/logrotate.d/openerp-serversudochmod755/etc/logrotate.d/openerp-server - Run the server123
sudosuodoocd/opt/odoo/v8/server/./openerp-server-c/etc/openerp-server.conf &Now you can start your odoo in browser with http://localhost:8069. Thank you !!
Sunday, 20 September 2015
Install Odoo (Open ERP v8) on Ubuntu 12.04 from launchpad. | OpenERP
Labels:
erp,
Odoo,
open source,
OpenERP,
OpenERP v8,
Ubuntu 12.04
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment