Docs - update docker documentation

This commit is contained in:
Sam
2021-10-17 09:28:56 +02:00
parent 068869c8ed
commit 6135d5b551
56 changed files with 1480 additions and 1143 deletions

View File

@ -664,9 +664,12 @@ Examples (to update depending on your application configuration and given distri
Docker
~~~~~~
Installation
^^^^^^^^^^^^
.. versionadded:: 0.4.4
For evaluation purposes (at least for now), docker files are available,
For evaluation purposes , docker files are available,
installing **FitTrackee** from **sources**.
- To install **FitTrackee** with database initialisation and run the application and dramatiq workers:
@ -698,4 +701,22 @@ Open http://localhost:8025 to access `MailHog interface <https://github.com/mail
.. code-block:: bash
$ make docker-shell
$ make docker-shell
Client Development
^^^^^^^^^^^^^^^^^^
.. versionadded:: 0.4.10
- in order to start client with React dev tools, install `fittrackee_client`
.. code-block:: bash
$ make docker-build-client
- start React app
.. code-block:: bash
$ make docker-serve-client