[IMP] developer/rdtraining: simplify the development environment setup
In an attempt to help new developers install Odoo with a
straightforward procedure, Chapter 2 of the "Getting started" tutorial
included copy-pastes of parts of the "Installing Odoo" page. This proved
to be inefficient because it required maintaining documentation on the
installation procedure in several places and misled the readers by
suggesting installing the Python requirements *after* installing
PostgreSQL.
With this commit, the page on Chapter 2 is refreshed to be clearer to
the readers and redirect them to the "Installing Odoo" page when
necessary.
task-2908434
closes odoo/documentation#2453
X-original-commit: 44fd054858
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
@@ -122,10 +122,10 @@ Odoo is available in `two versions`_: Odoo Enterprise (licensed & shared sources
|
||||
functionalities to Odoo. From a technical point-of-view, these functionalities are simply
|
||||
new modules installed on top of the modules provided by the Community version.
|
||||
|
||||
Ready to start? Before writing actual code, let's go to the
|
||||
:ref:`next chapter <howto/rdtraining/02_setup>` to review the Odoo installation process. Even if
|
||||
Odoo is already running on your system, we strongly suggest you go through this chapter
|
||||
to make sure we start on the same page during the development of our new application.
|
||||
Ready to start? Before writing actual code, let's go to the :doc:`next chapter <02_setup>` to review
|
||||
the Odoo installation process. Even if Odoo is already running on your system, we strongly suggest
|
||||
you go through this chapter to make sure we start on the same page during the development of our new
|
||||
application.
|
||||
|
||||
.. _multitier architecture:
|
||||
https://en.wikipedia.org/wiki/Multitier_architecture
|
||||
|
||||
Reference in New Issue
Block a user