Inadvertently seeing OpenERP, an open source ERP, is attracted by its rich functions, concise pictures, and familiar languages. You can't wait to query data from multiple parties and set up a test environment to learn more. The steps for testing and installation in Ubuntu12.04 are as follows for your reference. 1. I installed the test environment in the virtual machine, and the virtual machine uses VirtualBox. 2. Download The 12.04Server ISO file (http: // www.
Inadvertently seeing OpenERP, an open source ERP, is attracted by its rich functions, concise pictures, and familiar languages. You can't wait to query data from multiple parties and set up a test environment to learn more. The following describes the steps for testing and installing Ubuntu 12.04 for your reference.
1. I installed the test environment in the virtual machine, and the virtual machine uses VirtualBox.
2. Download The 12.04 Server ISO file (http://www.linuxidc.com/Linux/2012-04/59239.htm) from Ubuntu official website ).
3. First install the Ubuntu environment on the Virtual Machine. Basically, you do not need to set too many settings. Just perform the next step.
4. After Ubuntu is installed, configure the network to ensure that the VM can access the Internet. I use the bridging mode for the network connection type of virtual machines. The network content is set in/etc/network/interface.
5. then install the database: sudo apt-get install postgresql
6. 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 ';
7. 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
8. Add a line in the update source/etc/apt/sources. list of Ubuntu: deb http://nightly.openerp.com/7.0/nightly/deb ./
9. update Source: sudo apt-get update
10. upgrade all kits: sudo apt-get upgrade
11. install openerp: sudo apt-get install openerp
12. After the installation is complete, you can access it through a browser. Http: // hostname: 8069
13. During the first browsing, you will need to create a new database. Enter the new database name and administrator password, and click "create.
14. The success is that the module has been installed and tested slowly.
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2