Monday, December 24, 2012

Installing openERP in Linux (Ubuntu)

The DEB file supplied by OpenERP site works but you need two extra packages. So, first run this command.
sudo apt-get install postgresql-common postgresql-9.1
Then do the
sudo dpkg -i [the deb file]
In case you find some dependency issues just use
sudo apt-get -f install
Afterward you can access openerp in
http://localhost:8069/web/webclient/home
Use the username: openpg
password: openpgpwd
The default admin password or the Master password is: admin

No comments:

Post a Comment

Post your comment here. If you want to say something about programming problems, scripts, software etc, please try to be as descriptive as possible.

Connect Rapoo MT750S with Linux (Tested on Manjaro)

 I bought this obvious copy of MX Master 2S in hopes of having the device switching functionality along with a lightweight body because I ha...