Skip to content

Instantly share code, notes, and snippets.

@mstemm
Last active February 18, 2016 01:15
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 mstemm/49755d491e88a2cf9ed9 to your computer and use it in GitHub Desktop.
Save mstemm/49755d491e88a2cf9ed9 to your computer and use it in GitHub Desktop.
# Run these commands to get juttle-engine, the juttle development environment, and run some example programs.
# Full instructions: https://github.com/juttle/juttle-engine/blob/master/examples/README.md
# More info: https://github.com/juttle/juttle-engine, https://github.com/juttle/juttle
git clone https://github.com/juttle/juttle-engine
cd juttle-engine/examples && docker-compose -f dc-juttle-engine.yml -f elastic-newstracker/dc-elastic.yml -f cadvisor-influx/dc-cadvisor-influx.yml -f aws-cloudwatch/dc-aws-cloudwatch.yml up -d
DOCKER_MACHINE_HOST=`docker-machine ip default` && open http://$DOCKER_MACHINE_HOST:8080/?path=/examples/index.juttle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment