Skip to content

erczo/dendro-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71b6a3f · Aug 23, 2017

History

30 Commits
Jun 20, 2017
Aug 23, 2017
Jun 20, 2017
Aug 23, 2017
Aug 23, 2017
Oct 3, 2016
Dec 17, 2016
Oct 3, 2016
Jun 20, 2017
Aug 23, 2017
Oct 3, 2016
Aug 23, 2017
Mar 8, 2017
Aug 23, 2017
Aug 23, 2017

Repository files navigation

Dendro Web API

TODO: Briefly describe this repo and Project Dendro

Instructions

  1. Be sure you have Node version 6.5.x. If you’re using nvm, you may need to nvm use 6.5.0.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd dendro-web-api.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.

To build and publish the Docker image

  1. Make this project directory the current directory, i.e. cd dendro-web-api.

  2. Build the project docker build -t dendro:dendro-web-api ..

  3. Tag the desired image, e.g. docker tag f0ec409b5194 dendro/dendro-web-api:latest.

  4. Push it via docker push dendro/dendro-web-api.