Install ODOO8.0 in DEB mode in Ubuntu

Source: Internet
Author: User
Odoo in Ubuntu the simplest and fastest installation method is deb mode, basic no need to change the database configuration file, fully automated, odoo Chinese Network recommended novice to use this method 1 install Database: sudoapt-getinstallpostgresql2. create a database account and password: sudosupostgrescreateuseropenerpShallthenewrolebeasuperuser? (Y/n

The deb method is the simplest and fastest Installation Method for odoo In Ubuntu. You do not need to modify the database configuration file any more. It is fully automated. We recommend that you use this method for new users on odoo Chinese network.
1. install the database: sudo apt-get install postgresql

2. Create a database account and password:

Sudo su postgres

Createuser openerp

Shall the new role be a superuser? (Y/n) y

Psql template1

Alter role openerp with password 'second s ';

3. Install all the libraries required by python:

Sudo apt-get install python-dateutil python-feedparser python-gdata 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-zsi python-pyPdf python-requests python-passlib python -decorator

4. Add a line to the update source/etc/apt/sources. list of Ubuntu:

Stable version 8.0: deb http://nightly.odoo.com/8.0/nightly/deb/./(note space)

Latest version 9.0: deb http://nightly.openerp.com/trunk/nightly/deb ./

5. update Source: sudo apt-get update
If an error occurs: GPG error: http://nightly.odoo.com./Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DEF2A2198183CBB5
Solution: sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys DEF2A2198183CBB5

6. upgrade all kits: sudo apt-get upgrade

7. install doo: sudo apt-get install odoo

8. After the installation is complete, you can access it through a browser. Http: // hostname: 8069
You can install ODOO in the preceding eight steps.

Install Odoo8.0 http://www.linuxidc.com/Linux/2015-12/126177.htm with git source code on Ubuntu Server 14.04 LTS

How to install OpenERP (Odoo) http://www.linuxidc.com/Linux/2015-06/118497.htm in CentOS 7.x

Ubuntu server performance optimization in Odoo environment -- Parameter Adjustment http://www.linuxidc.com/Linux/2016-03/129058.htm

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

This article permanently updates the link address: Http://www.linuxidc.com/Linux/2016-03/129059.htm

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.