fix documentation for installation + various refernces

This commit is contained in:
2021-04-19 14:36:03 +02:00
parent 985f067387
commit 332178981a
4 changed files with 18 additions and 181 deletions

View File

@@ -27,13 +27,13 @@ Installation in development mode
1. Get the code
===============
Clone or download the chill-standard project and `cd` into the main directory.
Clone or download the chill-app project and `cd` into the main directory.
.. code-block:: bash
git clone https://framagit.org/Chill-project/Chill-Standard.git
cd Chill-Standard
git clone https://gitlab.com/Chill-Projet/chill-app.git
cd chill-app
As a developer, the code will stay on your computer and will be executed in docker container. To avoid permission problem, the code should be run with the same uid/gid from your current user. This is why we get your current user id with the command ``id -u`` in each following scripts.