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

add go.sh and clean.sh + update README

parent 5de708e3
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,12 @@ This is the MIP backend.
## Usage
* Build the project: `./build.sh`
* Build and run the project (including clean target): `./go.sh`
* Build the project (including clean target): `./build.sh`
* Run the project: `./run.sh`
* Show live logs: `./log.sh` (CTRL+C to quit)
* Stop and remove the running container: `./halt.sh`
* Clean Maven cache, etc: `./clean.sh`
## Generate PDF API documentation on build
......
#!/usr/bin/env bash
./halt.sh
sudo rm -r ./.m2/
sudo rm -r ./target/
go.sh 0 → 100755
#!/usr/bin/env bash
./build.sh
./run.sh
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