Cloning method updated to HTTPS / TODO updated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user