Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add instruction to restart the service after django admin configuration
  • Loading branch information
gschwend authored Aug 13, 2024
1 parent 6ba2ca8 commit 78b8656
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,14 @@ Go to Django ADMIN (for local installation, open a web browser and go to the URL
![Adding new application](images/new_app.png)

The installation is done, you can now test the newly configured application.
The installation is done. To test the newly configured application, restart the service by pressing `Ctrl+C` in the terminal, then execute:

```
docker compose up -d
```

And then, go to `https://localhost` to open the application.



### Orchestration setup
Expand Down

0 comments on commit 78b8656

Please sign in to comment.