mirror of
https://github.com/odoo/documentation.git
synced 2026-01-03 10:19:37 +07:00
[REF] install: move intro to main install page and split by install type
This PR moves the introduction about the different installation methods and editions found on the
install/install.rst page directly under the main install/ page. It creates three pages, one per
installation method documented on the install/install.rst page (Docker being documented on
docker.com and maintained by us), and moves the related content there. In addition, it fixes various
typos/grammar issues and improves the content according to the documentation guidelines. Various
references and links across the documentation had to be fixed accordingly.
task-3459070
closes odoo/documentation#5538
X-original-commit: da2a48b9fd
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
This commit is contained in:
@@ -12,10 +12,10 @@ environment <reference/cmdline/shell>`, :ref:`scaffold an Odoo module <reference
|
||||
|
||||
.. important::
|
||||
The command to use to call the CLI depends on how you installed Odoo. In the examples below, we
|
||||
assume that you are :ref:`running Odoo from source <setup/install/source>` with the
|
||||
:file:`odoo-bin` file. If you installed Odoo :ref:`from a distribution package
|
||||
<setup/install/packaged>` or :ref:`with Docker <setup/install/docker>`, you must adapt the
|
||||
command.
|
||||
assume that you are :doc:`running Odoo from source <../../administration/install/source>` with
|
||||
the :file:`odoo-bin` file. If you installed Odoo :doc:`from a distribution package
|
||||
<../../administration/install/packages>` or with `Docker <https://hub.docker.com/_/odoo/>`_, you
|
||||
must adapt the command.
|
||||
|
||||
.. tabs::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user