TODO: Briefly describe this repo and Project Dendro
-
Be sure you have Node version 6.5.x. If you’re using nvm, you may need to
nvm use 6.5.0
. -
Clone this repo.
-
Install the migration tool via
npm install -g migrate-mongo
. See migrate-mongo for more information. -
Make this project directory the current directory, i.e.
cd dendro-migrations
. -
If all goes well, you should be able to run the predefined package scripts.
-
Make this project directory the current directory, i.e.
cd dendro-migrations
. -
Build the project
docker build -t dendro:dendro-migrations .
. -
Tag the desired image, e.g.
docker tag f0ec409b5194 dendro/dendro-migrations:latest
. -
Push it via
docker push dendro/dendro-migrations
.