Skip to content

Commit

Permalink
(setup) update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed May 23, 2024
1 parent c4a9306 commit 3c539ad
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,24 @@ $ poetry shell

## Démarrer les instances

Démarer la base de données
Démarer la base de données et le bucket S3

```bash
$ docker-compose up postgres -d
$ docker-compose up -d
```

Démarrer le service web

```bash
$ python manage.py runserver
$ python manage.py runserver_plus
```

## Peupler la base de données
## Préparer l'environnement de données

```bash
$ python manage.py loaddata populate
$ python manage.py migrate
$ python manage.py populate
$ python manage.py configure_bucket
```
## Mises à jour

Expand Down

0 comments on commit 3c539ad

Please sign in to comment.