From d09b7abea9389fea0a1ec73676022ab37bdbd918 Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Sat, 21 May 2016 00:58:22 +0200 Subject: [PATCH] Cloning method updated to HTTPS / TODO updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7111927..6d49279 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The only dependencies are `docker` and `docker-compose`. ### Five steps guide -1. `git clone git@github.com:EtixLabs/cameradar.git` +1. `https://github.com/EtixLabs/cameradar.git` 2. Go into the Cameradar repository, then to the `deployment` directory 3. Tweak the `conf/cameradar.conf.json` as you need (see [the onfiguration guide here](#configuration) for more information) 4. Run `docker-compose build cameradar` to build the cameradar container @@ -71,7 +71,7 @@ To install Cameradar you will need these packages The simplest way would be to follow these steps : -1. `git clone git@github.com:EtixLabs/cameradar.git` +1. `https://github.com/EtixLabs/cameradar.git` 2. Go into the Cameradar repository, create a directory named `build` and go in it 3. In the build directory, run `cmake ..` This will generate the Makefiles you need to build Cameradar 4. Run the command `make` @@ -205,7 +205,7 @@ If you have other cool ideas, feel free to share them with me at brendan.leglaun ## Next improvements -- [ ] Add a docker deployment to avoid the current deps hell +- [x] Add a docker deployment to avoid the current deps hell - [ ] Development of a MySQL cache manager - [ ] Development of a JSON file cache manager - [ ] Development of an XML file cache manager