This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
NewerOlder