Skip to content

Commit

Permalink
Update Contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Sep 3, 2024
1 parent 55edaa8 commit f21ebca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ Once database is setup you can run :

> :warning: **You have to generate keystore.jks before!**, see [README](https://github.com/ditrit/leto-modelizer-api/blob/main/README.md#Generate-certificate-for-HTTPS).
If you do not want to have a real ia, you can use a fake ia:
```shell
docker build -t leto-modelizer-ai-proxy -f ./src/test/resources/ai/Dockerfile ./src/test/resources/ai
docker run -p 8585:8585 -v $(pwd)/src/test/resources/ai:/var/www/html --restart always leto-modelizer-ai-proxy
```

## Run application tests

To run all the application tests (unit and integration), use this command:
Expand Down

0 comments on commit f21ebca

Please sign in to comment.