Skip to content

Instantly share code, notes, and snippets.

@Maartenvm
Last active November 25, 2017 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maartenvm/4af9d93b1d6368be32986f1bb8c9d097 to your computer and use it in GitHub Desktop.
Save Maartenvm/4af9d93b1d6368be32986f1bb8c9d097 to your computer and use it in GitHub Desktop.
Rebuild the entire Storyteller stack from local files (not dockerhub)
cd ~/workspace/fork/StoryTeller
sync
docker build -t nlescstoryteller/storyteller .
cd ~/workspace/query-builder-preprocessing
sync
docker build -t nlescstoryteller/query-builder-preprocessing .
cd ~/workspace/query-builder-server
sync
docker build -t nlescstoryteller/query-builder-server .
cd ~/workspace/query-builder-daemon
sync
docker build -t nlescstoryteller/query-builder-daemon .
cd ~/workspace/query-builder-client
sync
docker build -t nlescstoryteller/query-builder-client .
cd ~/workspace/UncertaintyVisualization
sync
docker build -t nlescstoryteller/uncertainty-visualization .
cd ~/workspace/fork/StoryTeller
docker volume create --name=data
docker-compose up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment