better test instructions
This commit is contained in:
parent
64e2d21925
commit
1a5e6d1b88
1 changed files with 4 additions and 2 deletions
|
@ -108,8 +108,10 @@ If you are interested in being an Aerogramme early adopter, it might be the good
|
||||||
share your use cases, in order to shape its future and be ready to go in production when its public beta will be announced.
|
share your use cases, in order to shape its future and be ready to go in production when its public beta will be announced.
|
||||||
|
|
||||||
|
|
||||||
```
|
```bash
|
||||||
docker run -p 1143:1143 registry.deuxfleurs.org/aerogramme:0.2.2
|
docker run --net host registry.deuxfleurs.org/aerogramme:0.2.2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*It will launch Aerogramme in development mode. Username is `alice`, password is `hunter2`, email is `alice@example.tld`.
|
||||||
|
|
||||||
[Download](/download/) - [Changelog](https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/releases/tag/0.2.2) - [Getting started](/documentation/)
|
[Download](/download/) - [Changelog](https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/releases/tag/0.2.2) - [Getting started](/documentation/)
|
||||||
|
|
Loading…
Reference in a new issue