mirror of
https://github.com/odoo/documentation.git
synced 2026-03-27 14:10:23 +07:00
[IMP] howtos/website_themes: Adapts Setup sections
- Update images - Add `--without-demo` parameter as its value changes in 19 closes odoo/documentation#16587 Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
This commit is contained in:
@@ -251,12 +251,13 @@ count the number of lines of code.
|
||||
Shell script
|
||||
------------
|
||||
|
||||
A typical way to :ref:`run the server <reference/cmdline/server>` would be to add all command line arguments to a `.sh` script.
|
||||
A typical way to :ref:`run the server <reference/cmdline/server>` would be to add all command line
|
||||
arguments to a `.sh` script.
|
||||
|
||||
.. example::
|
||||
.. code-block:: xml
|
||||
|
||||
./odoo-bin --addons-path=../enterprise,addons --db-filter=<database> -d <database> -i website --dev=xml
|
||||
./odoo-bin --addons-path=../enterprise,addons --db-filter=<database> -d <database> -i website --dev=xml --without-demo=True
|
||||
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
@@ -282,9 +283,14 @@ A typical way to :ref:`run the server <reference/cmdline/server>` would be to ad
|
||||
|
||||
:option:`--update <odoo-bin --update>`
|
||||
- Comma-separated list of modules to update before running the server. (requires `-d`)
|
||||
|
||||
* - :option:`--reinit <odoo-bin --reinit>`
|
||||
- A comma-separated list of modules to reinitialize before starting the server. (requires `-d`)
|
||||
* - :option:`--dev <odoo-bin --dev>`
|
||||
- Comma-separated list of features. For development purposes only. :ref:`More info
|
||||
<reference/cmdline/dev>`
|
||||
* - :option:`--without-demo <odoo-bin --without-demo>`
|
||||
- Prevents server from loading demo data.
|
||||
|
||||
.. _website_themes/setup/getting_started/signin :
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 34 KiB |
Reference in New Issue
Block a user