Skip to content

Commit

Permalink
Cloning method updated to HTTPS / TODO updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut committed May 20, 2016
1 parent fdb146f commit d09b7ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d09b7ab

Please sign in to comment.