Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4181 Visualizzazioni

I'm setting up an OpenERP development environment on Ubuntu 12.10

I have OpenERP v7 installed via debian package, which starts via service command

As I develop modules, I continuously need to restart the server, update the modules and database. I need to pass the -u <mymodule> -d <mydatabase> options as the server starts

Is there a way to add it to a configuration file or so to make it the default behavior as I restart the server each time?

Avatar
Abbandona
Risposta migliore

My recommendation is to create an entirely separate instance of OpenERP that you can use as a development environment, ideally on a different machine. Download the source code from nightly.openerp.com: openerp-7.0-latest.tar.gz. This is makes writing code way easier, since the permissions will all be set to your login account. Then you can start and stop easily on your own.

The alternative would be to stop the service, then find the location of the openerp-server file and run it manually:

openerp-server -c my_config.conf -d my_tb -u my_module

Either way I'd recommend downloading the source code directly, it's less hassle in the long run to work with IMO. Here's a nice guide on that: http://www.theopensourcerer.com/2012/12/how-to-install-openerp-7-0-on-ubuntu-12-04-lts/

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
mag 25
536
0
nov 24
734
2
lug 25
232
2
lug 25
963
4
lug 25
811