mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 15:12:02 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
18
odoo-bringout-oca-ocb-base/doc/CLI.md
Normal file
18
odoo-bringout-oca-ocb-base/doc/CLI.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# CLI
|
||||
|
||||
Entrypoints to manage Odoo from the command line.
|
||||
|
||||
## `odoo-bin`
|
||||
- Start the server: `odoo-bin -c odoo.conf`
|
||||
- Initialize DB: `-d dbname -i base`
|
||||
- Update modules: `-u module1,module2`
|
||||
|
||||
## Common Flags
|
||||
- `--addons-path=/path1,/path2`
|
||||
- `--db_host`, `--db_port`, `--db_user`, `--db_password`
|
||||
- `--http-port=8069`, `--longpolling-port=8072`
|
||||
- `--workers=0` (single process) or `>0` (multi workers)
|
||||
|
||||
## Logs
|
||||
- `--log-level=info` (or debug_sql, debug_rpc)
|
||||
- Logs go to stdout or file via `--logfile`
|
||||
Loading…
Add table
Add a link
Reference in a new issue