idhub: better README.md
This commit is contained in:
parent
265a28c051
commit
cc0c2033f9
11
README.md
11
README.md
|
@ -2,7 +2,16 @@ docker files and integrations
|
||||||
|
|
||||||
# idhub
|
# idhub
|
||||||
|
|
||||||
use script `./idhub_build.sh` to rebuild it locally
|
## build
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# clone or get latest versions of repos
|
||||||
|
./pull-repos.sh
|
||||||
|
# rebuild idhub locally
|
||||||
|
./idhub_build.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
in production, use `./idhub_build.sh prod` to enable detaching
|
||||||
|
|
||||||
TODO: incorporate to general docker compose
|
TODO: incorporate to general docker compose
|
||||||
|
|
||||||
|
|
Reference in New Issue