v1.1.0 : Added package generation to README

This commit is contained in:
Brendan LE GLAUNEC
2016-10-29 08:57:51 +02:00
parent 9e9c1ba5b6
commit 74b4590758
+9 -1
View File
@@ -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`