The system is Win7 32-bit, download and install OpenERP:
1. http://nightly.odoo.com/7.0/nightly/exe/
2. Double-click to start the installation, as the All-in-one installation package is selected, the OPENERP server and PostgreSQL will be installed together
3. After the installation is complete, enter http://localhost:8069/in the browser to log in
Problems that arise:
1. After entering http://localhost:8069/, display (using Chrome browser)
This page cannot be displayed err_connection_refused
The reason may be that the system service is not open and the computer service will
openerp-Serverpostgresql_for_openerp
The two services are set to start, but there is a problem here: When you click "Start", the service displays
The service stops automatically when it starts. Search finds that you need to run the database initialization command before the database installation is complete for the first time:
Initdb
If.. \postgresql\data the contents of the directory, you must first delete everything before running the above command.
OpenERP Learning Process 1