From 509017f8df5e32e467b9d9ce0cfe33607a052469 Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Sat, 29 Oct 2016 08:57:51 +0200 Subject: [PATCH] Add package generation to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a68967f..b6888fb 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,15 @@ In case you want to use Docker to deploy your custom version of Cameradar. The only dependencies are `docker` and `docker-compose`. -### Deploy a custom version of Cameradar +### Using the package generation script +1. `git clone https://github.com/EtixLabs/cameradar.git` +2. `cd deployment` +3. `rm *.tar.gz` +4. `./build_last_package.sh` +5. `docker-compose build cameradar` +6. `docker-compose up cameradar` + +### Deploy a custom version of Cameradar by hand 1. `git clone https://github.com/EtixLabs/cameradar.git` 2. `cd build`