File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ The only dependencies are `docker` and `docker-compose`.
46
46
47
47
### Five steps guide
48
48
49
- 1 . ` git clone git@ github.com: EtixLabs/cameradar.git`
49
+ 1 . ` https:// github.com/ EtixLabs/cameradar.git`
50
50
2 . Go into the Cameradar repository, then to the ` deployment ` directory
51
51
3 . Tweak the ` conf/cameradar.conf.json ` as you need (see [ the onfiguration guide here] ( #configuration ) for more information)
52
52
4 . Run ` docker-compose build cameradar ` to build the cameradar container
@@ -71,7 +71,7 @@ To install Cameradar you will need these packages
71
71
72
72
The simplest way would be to follow these steps :
73
73
74
- 1 . ` git clone git@ github.com: EtixLabs/cameradar.git`
74
+ 1 . ` https:// github.com/ EtixLabs/cameradar.git`
75
75
2 . Go into the Cameradar repository, create a directory named ` build ` and go in it
76
76
3 . In the build directory, run ` cmake .. ` This will generate the Makefiles you need to build Cameradar
77
77
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
205
205
206
206
## Next improvements
207
207
208
- - [ ] Add a docker deployment to avoid the current deps hell
208
+ - [x ] Add a docker deployment to avoid the current deps hell
209
209
- [ ] Development of a MySQL cache manager
210
210
- [ ] Development of a JSON file cache manager
211
211
- [ ] Development of an XML file cache manager
You can’t perform that action at this time.
0 commit comments