Showing posts with label Project. Show all posts
Showing posts with label Project. Show all posts

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

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...