# host
$ git clone git@github.com:TaiBIF/camera-trap-api.git
$ cd camera-trap-api
$ npm installWe use a task queue based on redis.
$ brew install redisWe use gm, so that we need install graphicsmagick or imagemagick.
$ brew install graphicsmagick$ npm start$ node . -cDon't run this command twice.
$ node . -iPlease remove the old template by yourself.
$ node . -mUpdate 'latestAnnotationTime' and 'oldestAnnotationTime' of all projects.
$ node . -u- master: main development branch. No CI workflow connected.
- dev: Merge into master when ready.
- feature/[title]: feature working branch. Will merge into dev when complete. Should be deleted once merged into dev.
- prod: production version.
start container
docker-compose up
- What is brew?
The missing package manager for macOS. https://brew.sh