You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,8 @@ To fetch upstream development, don't forget to update the submodules too:
49
49
cp .env.example .env
50
50
```
51
51
52
-
2. Change the `ENVIRONMENT` variable to `development`.
53
52
54
-
```shell
55
-
ENVIRONMENT=development
56
-
```
57
-
58
-
3. Build development images and run the containers:
53
+
2. Build development images and run the containers:
59
54
60
55
```shell
61
56
docker compose up -d --build
@@ -64,31 +59,31 @@ docker compose up -d --build
64
59
The command will read the `docker-compose*.yml` files specified in the `COMPOSE_FILE` variable from the `.env` file. Then Django built-in server will be directly reachable at `http://localhost:8011` or through `nginx` at `https://localhost`.
65
60
You should avoid using the Django's built-in server and better always develop and test QFieldCloud through the `nginx`[reverse proxy with SSL](#add-root-certificate).
66
61
67
-
4. (OPTIONAL) In case you have a database dump, you can directly load some data in your development database.
62
+
3. (OPTIONAL) In case you have a database dump, you can directly load some data in your development database.
0 commit comments