Ubuntu10.10Desktop install OpernERP

Source: Internet
Author: User
Due to network problems, the virtual machine cannot solve the Server problem. For now, try Ubuntu10.10Desktop. The steps should be the same. First modify the source, find a 10.10 source, and then sudocp/etc/apt/sources. list/etc/apt/sources. list. baksudogedit/etc/apt/sources. list to modify the source, and then sudoapt-getupda

Due to network problems, the virtual machine cannot solve the Server problem. For now, try a Ubuntu 10.10 Desktop, and the steps should be the same.

First modify the source, find a 10.10 source, and then

Sudo cp/etc/apt/sources. list/etc/apt/sources. list. bak

Sudo gedit/etc/apt/sources. list

Modify the source, and then

Sudo apt-get update

Install postgresql

Sudo apt-get install postgresql

Create an account:

Sudo su postgres

Createuser-P

* ** Createuser -- createdb -- username S -- no-createrole -- pwprompt openerp (not tested)

For python installation, the desktop should already contain the python2.6 basics.

Sudo apt-get install python-lxml python-mako python-egenix-mxdatetime python-dateutil python-psycopg2 python-pychart python-pydot python-tz python-reportlab python-yaml python-vobject python- setuptools

(Sudo apt-get-f install may be required here)

Decompress openerp-server and openerp-web, enter the corresponding directory, and execute:

Sudo python setup. py install

Modify the server conf file

Sudo gedit/usr/local/share/doc/openerp-server-6.0.2/openerp-server.conf

Db_host = localhost

Db_password = password set when you create openerp

DB Port = 5432

When you use the tar file to install openerp-server, you may need to add -- db_user = openerp -- db_password = Password

Whether you use tar or deb for installation, there is a problem. Configuration errors also need to be solved.

However, it is better and convenient to use the deb file for installation.

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.