Starting an OpenERP Instance

Installing OpenERP via the .deb installer
  • /usr/lib/pymodules/python2.7/openerp$
Installation of OpenERP


Restarting the OpenERP Server on Ubuntu
When developing you will need to restart the server quite often. Assuming that you created a non system database user called openerp  and you installed your openerp server in /opt/server directory, the following commands will enable you to stop, start and restart the server

  • sudo su - openerp -s /bin/bash  (login as openerp)
  • /opt/openerp/server/openerp-server restart
Comments