Skip to content

Commit

Permalink
Merge pull request #620 from etalab/docker/enhance
Browse files Browse the repository at this point in the history
enhance docker doc
  • Loading branch information
Samuelfaure authored Dec 18, 2024
2 parents 60d8cef + 8d9423b commit 7cd89f9
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Version en ligne:
Les comptes disponibles en simili-production (couple email/password sur
ProConnect) :

* `user@yopmail.com` / `user@yopmail.com`: simple demandeur qui possède
plusieurs habilitations sur
la première organisation de liste (Commune de Clamart)
* `api-entreprise@yopmail.com` / `api-entreprise@yopmail.com`: instructeur pour
API Entreprise, sans habilitation
- `user@yopmail.com` / `user@yopmail.com`: simple demandeur qui possède
plusieurs habilitations sur
la première organisation de liste (Commune de Clamart)
- `api-entreprise@yopmail.com` / `api-entreprise@yopmail.com`: instructeur pour
API Entreprise, sans habilitation

Le lien pour l'instruction: [https://sandbox.v2.datapass.api.gouv.fr/instruction](https://sandbox.v2.datapass.api.gouv.fr/instruction)

Expand All @@ -24,9 +24,9 @@ les seeds disponible [ici](app/lib/seeds.rb)

# Requirements

* ruby 3.3.6
* postressql >= 13
* (optional) npm (for [standardjs](https://standardjs.com/) and [prettier](https://prettier.io/))
- ruby 3.3.6
- postressql >= 13
- (optional) npm (for [standardjs](https://standardjs.com/) and [prettier](https://prettier.io/))

## Install

Expand Down Expand Up @@ -82,6 +82,10 @@ Il est possible de bypass le login via ProConnect de cette manière en local :

With docker:

Préparation de la base de données: `docker-compose run --rm web bundle exec rails db:create RAILS_ENV=test`

Run les tests:

```sh
# Unit
make tests
Expand Down Expand Up @@ -157,12 +161,12 @@ bin/stream-remote-logs

Check [this link](./docs/README.md)

* [Conception technique/métier](./docs/conception.md)
* [Ajout d'un nouveau fournisseur](./docs/new_provider.md)
* [Design System](./docs/design.md)
* [Migration de l'ancienne stack](./app/migration/)
- [Conception technique/métier](./docs/conception.md)
- [Ajout d'un nouveau fournisseur](./docs/new_provider.md)
- [Design System](./docs/design.md)
- [Migration de l'ancienne stack](./app/migration/)

## Ressources externes

* [(Pad) DataPase Reborn conception](https://pad.incubateur.net/laoh-IYETHyUfzUvK7Mjmw?both)
* [(Pad) DataPass vs DS](https://pad.incubateur.net/KXZUoUBiQhqs6WwPUWGWLA?both)
- [(Pad) DataPase Reborn conception](https://pad.incubateur.net/laoh-IYETHyUfzUvK7Mjmw?both)
- [(Pad) DataPass vs DS](https://pad.incubateur.net/KXZUoUBiQhqs6WwPUWGWLA?both)

0 comments on commit 7cd89f9

Please sign in to comment.