[IMP] odoo_sh: explain overlay fs features
opw-1945086
This commit is contained in:
parent
09262a29aa
commit
1925ea8543
@ -175,7 +175,7 @@ staging branches as the emails of your production database are really sent inste
|
|||||||
|
|
||||||
Shell
|
Shell
|
||||||
-----
|
-----
|
||||||
A shell access to your container. You can perform basic linux command (:code:`ls`, :code:`top`)
|
A shell access to your container. You can perform basic linux commands (:code:`ls`, :code:`top`)
|
||||||
and open a shell on your database by typing :code:`psql`.
|
and open a shell on your database by typing :code:`psql`.
|
||||||
|
|
||||||
.. image:: ./media/interface-branches-shell.png
|
.. image:: ./media/interface-branches-shell.png
|
||||||
|
@ -49,6 +49,12 @@ The working directory is composed of the following folders:
|
|||||||
│ └── pip.log Python packages installation logs
|
│ └── pip.log Python packages installation logs
|
||||||
|
|
||||||
You can edit the source code (files under */src*) in development and staging builds.
|
You can edit the source code (files under */src*) in development and staging builds.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Your changes won't be propagated to a new build, you must commit them in your
|
||||||
|
source code if you want to make them persist.
|
||||||
|
|
||||||
|
|
||||||
For production builds, the source code is read-only, because applying local changes on a production
|
For production builds, the source code is read-only, because applying local changes on a production
|
||||||
server is not a good practice.
|
server is not a good practice.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user