What would a sample configuration for running OpenERP with Circus look like ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
Hi,
here is an example of circus.ini you can use to run OpenERP.
[circus]
statsd = 1
httpd = 1
[watcher:webapp]
working_dir = server
cmd = ../bin/chaussette --fd $(circus.sockets.web) --backend gevent openerp-wsgi:application
numprocesses = 3
use_sockets = True
[socket:web]
host = 127.0.0.1
port = 9999
As you can see i'm using Chaussette to expose OpenERP to Circusd.
The working_dir
param in the watcher section refers the the openerp server folder.
openerp-wsgi:application
is the wsgi app definition you can find in the openerp-wsgi.py script bundled with openerp and designed to work with Gunicorn.
But as you'll see, it works fine with Chaussette too :)
There are a lot of params and configurations you can play around with, so you'll have to look at circus and chaussette docs.
Let me know you need further infos
Thank you very much Davide!
Thanks. It works. How do you start the cron worker?
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Sep 18
|
30042 | ||
|
2
Mar 15
|
7443 | ||
How to run tests
Diselesaikan
|
|
4
Apr 23
|
45866 | |
|
1
Apr 23
|
58358 | ||
|
2
Jul 17
|
18516 |