You can follow the below steps to start the openERP server and client on linux machine for development.
1. Download the latest version of OpenERP server and client [Sources] from http://v6.openerp.com/downloads. [NOTE: For development on Ubuntu please download sources]
2. The above step will give tar.gz downloads. Unzip the folders using 7-Zip software.
3. Go to the linux terminal and reach on the path of the server folder as on step 2 by :
cd /abc/xyz/openerp-7.0/bin
4. Now start the server by using the command: ./openerp-server.py
4. Start the client by going to a new terminal and reach the path of the client folder as on step 2 and run command ./openerp-client.py
0 Comments.