Deb install Odoo 8.0 in Ubuntu

Source: Internet
Author: User

Odoo in Ubuntu the simplest and fastest way to install is the Deb way, basically no need to change the database configuration file, fully automated, Odoo Chinese network recommended for beginners to use this method
1 installation database: sudo apt-get install PostgreSQL

2. Establish the Database account number and password:

sudo su postgres

CreateUser OpenERP

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

Psql template1

Alter role OPENERP with password ' postgres ';

3. Install all the required libraries for 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 Ubuntu update source/etc/apt/sources.list:

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
FIX: sudo apt-key adv--keyserver keyserver.ubuntu.com--recv-keys def2a2198183cbb5

6. Upgrade all kits: sudo apt-get upgrade

7. Installing Doo:sudo apt-get Install Odoo

8. After the installation is complete, it can be accessed via the browser. http://hostname:8069
More than eight steps to install Odoo success

Deb install Odoo 8.0 in Ubuntu

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.