Skip to content

Instantly share code, notes, and snippets.

@apemon
Created August 5, 2018 13:21
Show Gist options
  • Save apemon/88afdba18e631c8da3aa208567b942e2 to your computer and use it in GitHub Desktop.
Save apemon/88afdba18e631c8da3aa208567b942e2 to your computer and use it in GitHub Desktop.

Clone api repo

git clone https://github.com/ndidplatform/api.git

Build the api docker image (use v0.5.2 version)

cd api
git checkout tags/v0.5.2 -b v0.5.2
cd docker
docker-compose -f docker-compose.build.yml build --no-cache

Run the api components

docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment