Update cloning method to HTTPS
This commit is contained in:
committed by
Brendan Le Glaunec
parent
dd2747d12a
commit
0144b569ad
@@ -46,7 +46,7 @@ The only dependencies are `docker` and `docker-compose`.
|
|||||||
|
|
||||||
### Five steps guide
|
### 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
|
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)
|
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
|
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 :
|
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
|
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
|
3. In the build directory, run `cmake ..` This will generate the Makefiles you need to build Cameradar
|
||||||
4. Run the command `make`
|
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
|
## 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 MySQL cache manager
|
||||||
- [ ] Development of a JSON file cache manager
|
- [ ] Development of a JSON file cache manager
|
||||||
- [ ] Development of an XML file cache manager
|
- [ ] Development of an XML file cache manager
|
||||||
|
|||||||
Reference in New Issue
Block a user