... | ... | @@ -31,4 +31,28 @@ odoo-helper start |
|
|
|
|
|
# Open running odoo instance in browser
|
|
|
odoo-helper browse
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
### Manage installed Odoo instance
|
|
|
|
|
|
Basic management commands
|
|
|
- `odoo-helper server start` - start odoo server in background
|
|
|
- `odoo-helper server stop` - stop the server
|
|
|
- `odoo-helper server restart` - restart the server. it not running, start it.
|
|
|
- `odoo-helper server status` - check the server status
|
|
|
- `odoo-helper server log` - show server logs.
|
|
|
- `odoo-helper server run` - if you want to run odoo-server with specific options.
|
|
|
this command will not demonize odoo process
|
|
|
|
|
|
Shortcuts
|
|
|
- `odoo-helper-server` - just an alias to `odoo-helper server` command
|
|
|
- `odoo-helper-restart` - alias to `odoo-helper server restart` command
|
|
|
- `odoo-helper start` - alias to `odoo-helper server start` command
|
|
|
- `odoo-helper stop` - alias to `odoo-helper server stop` command
|
|
|
- `odoo-helper restart` - alias to `odoo-helper server restart` command
|
|
|
- `odoo-helper log` - alias to `odoo-helper server log` command
|
|
|
|
|
|
|
|
|
### Docs
|
|
|
- [Project structure](https://katyukha.gitlab.io/odoo-helper-scripts/project-directory-structure/)
|
|
|
- [odoo-helper command reference](https://katyukha.gitlab.io/odoo-helper-scripts/command-reference/) |
|
|
\ No newline at end of file |