How to install odoo a.k.a openerp
- Linux Helpline (Easy Guide)
- 2,883 views
- Icarus M.

You check the log file,
# tailf /var/log/odoo/odoo-server.log Now you can login to the Odoo server from the following link,
# http://IP_or_domain.com:8069
You will see a database initialization wizard . You need to give the master password , by default it will be “admin” . I recommend to change the password to a complex one.
Step 10 : Add the init scripts to the startup scripts
You may please add it as follows,
# sudo update-rc.d odoo-server defaults