Skip to Content
Menu
This question has been flagged
3 Replies
4731 Views

Hi, how do I install an app without the one click installer?

I know the -u switch for reinstalling an app.

Is this documented somewhere?

Thanks in advance for your help.

Manuel

Avatar
Discard
Best Answer

You use the -i for install/init a module eg ..

/usr/bin/openerp-server -c /etc/openerp/openerp-server.conf -i <MODULE_NAME> -d <DB_NAME>
Avatar
Discard
Best Answer

Hi Manuel,

maybe this link will help You find your answer: (remove spaces below)

http:// acespritechblog . wordpress . com /2012/12/05/how-to-install-new-module-in-openerp-7-0/

br Dawid

Avatar
Discard
Best Answer

You can find all the info here:

https://doc.openerp.com/trunk/server/01_getting_started/

I think this is what you need:

--version                           show program version number and exit
-h, --help                          show this help message and exit
-c CONFIG, --config=CONFIG          specify alternate config file
-s, --save                          save configuration to ~/.terp_serverrc
-v, --verbose                       enable debugging
--pidfile=PIDFILE                   file where the server pid will be stored
--logfile=LOGFILE                   file where the server log will be stored
-n INTERFACE, --interface=INTERFACE specify the TCP IP address
-p PORT, --port=PORT                specify the TCP port
--no-xmlrpc                         disable xmlrpc
-i INIT, --init=INIT                init a module (use "all" for all modules)
--without-demo=WITHOUT_DEMO         load demo data for a module (use "all" for all modules)
-u UPDATE, --update=UPDATE          update a module (use "all" for all modules)
--stop-after-init                   stop the server after it initializes
--debug                             enable debug mode
-S, --secure                        launch server over https instead of http
--smtp=SMTP_SERVER                  specify the SMTP server for sending mail
Avatar
Discard
Related Posts Replies Views Activity
0
Jul 24
281
0
Nov 22
1547
1
Jan 24
14935
2
Sep 24
274
1
Mar 23
1576