Friday, January 11, 2013

simplest way to install OpenErp on (ubuntu) Server

Install Openerp 7 On  Ubuntu 12.04

Install the ubuntu 12.04 
Download  and install the ubuntu 12.04 from the ubuntu website.
We can go with server edition since openerp is web based 

so simplealy sownload the openerp deb package from the openerp website or

just fire this command on the Linux terminal
wget http://nightly.openerp.com/trunk/nightly/deb/openerp_7.0alpha-latest-1_all.deb

sudo apt-get install postgresql

dpkg -i openerp_7.0alpha-latest-1_all.deb

sudo apt-get -f install

and we are ready to go all the dependencies are fetched and get install by system.

then open the browser on client machine and type "http://<ip-address-of-server:8069>"

or if you have install openerp on local machine then http://localhost:8069 

No comments:

Post a Comment