Skip to content
Snippets Groups Projects
Commit db3d55b2 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

add tip in readme

parent d19378f3
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,11 @@ This is the MIP backend.
* Stop and remove the running container: `./halt.sh`
* Clean Maven cache, etc: `./clean.sh`
## Usage for deployments
## Usage in building environment
* Build a versioned image: `./captain_build.sh` or `captain build`
* Build and test an image: `./captain_test.sh` or `captain test`
* Run the latest image with a non-persistent postgres (only use this for testing purpose): `./captain_run.sh`
## Deployment
......@@ -24,3 +25,7 @@ This is the MIP backend.
Uncomment the following line in src/docker/build/build-in-docker.sh :
`mvn swagger2markup:convertSwagger2markup asciidoctor:process-asciidoc`
## Tips
* Do not forget to set up the CLIENT_SECRET environment variable when deploying.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment