Ubuntu9.10 install OpenERP5.0.7

Source: Internet
Author: User
Tags weberp
Weberp has been in use for two years. It's not bad. There's no big problem. As an audit, the accountant is also very smart. You don't have to teach him, just give him the account and password to complete audit ,, however, he said the system had a small problem. No matter what, he paid for it and completed it. However, weberp is quite annoying in Chinese, and it is just an accounting, sales and inventory. No CRM integration. Vtigercrm is a good image and easy to use. It won't be a headache. However, I still hope that a system can be used to solve the problem. It is best to add attendance personnel .. After reading py for a while

Weberp has been in use for two years. It's not bad. There's no big problem. As an audit, the accountant is also very smart. You don't have to teach him, just give him the account and password to complete audit ,, however, he said the system had a small problem. No matter what, he paid for it and completed it. However, weberp is quite annoying in Chinese, and it is just an accounting, sales and inventory. No CRM integration. Vtigercrm is a good image and easy to use. It won't be a headache. However, I still hope that a system can be used to solve the problem. It is best to add attendance personnel .. After reading python for a while, I learned that an openerp set written in python looks good, and the picture is good, open source. In addition, the python code is clear, so it is easy to read .. It seems that it depends on openerp .. Prepare for future start-ups.

Openerp has two types of architectures: B/S and C/S. I personally prefer B/S. Start installation.

1: first download here liinux version of server and web client, http://openerp.com/downloads.html

Decompress the package to the directory.

2: Install postgresql and phppgadmin

Install postgresql: sudo apt-get install postgresql. The latest version is 8.4.

Then, add users:

Sudo su-postgres

Createuser -- createdb -- username S -- no-createrole -- pwprompt kenji

Kenji is the new user name, and then enter the password. The system will ask if it is a superuser. Of course, yes, yes

If you have any unclear can refer to here http://doc.openerp.com/install/linux/postgres/index.html

Install phppgadmin, which is the same as phpmyadmin of mysql.

Download http://phppgadmin.sourceforge.net here /? Page = download, version 4.2.2

Because xampp is used, decompress it to the bottom of lampp/htdocs and open conf/config. inc. php.

Enter localhost $ conf ['servers'] [0] ['host'] = 'localhost' in around 18 rows'

Next, enable postgresql: sudo./postgresql-8.4 start under/etc/init. d.

Go to phppgadmin and use the new user name and password. If login is available, it will be OK.

3: Install openerp server

Install python 2.6 first. My Ubuntu has python 3.0 and 2.6, and the default value is 2.6.

Install the required library

Sudo apt-get install python-psycopg2 python-reportlab python-egenix-mxdatetime python-tz python-pychart python-pydot python-lxml python-libxslt1 python-vobject

Start openerp server

Execute the python openerp-server.py at the bottom of the bin directory that has been decompressed

If you see waiting for connections..., it's OK.

If not clear, refer to this http://doc.openerp.com/install/linux/server/index.html

4. Install openerp web client

First install the development tool

Sudo apt-get install python-dev build-essential

Sudo apt-get install python-setuptools

An error message appears during the installation process. It may have been installed before .. No matter, continue.

Install the openerp web client again, as if the previous download was redundant. This will automatically download anzhuang

Sudo easy_install-U openerp-web

The installation time is a bit long. Have a cup of tea first.

After installation, run openerp-web. If you see ENGINE Bus STARTED, it is OK.

If you have any unclear, refer to this http://doc.openerp.com/install/linux/web/index.html

5. Test and initialization

Open browser and I will use Chromium. Enter http: // 127.0.0.1: 8080 to go To the logon screen.

The database Field on the screen is blank and must be set by yourself. Click databases, enter admin for all three passwords, and press test for new database name. There is nothing special about initialization.

After initialization, the logon screen is displayed. Both user and password are admin. Start Research

If you have any unclear, refer to this http://doc.openerp.com/book/1/1_1_Inst_Config/1_1_Inst_Config_db_create.html

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.