Installing openERP in Linux Ubuntu
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
Go to link download