- git Installation
- Docker Toolbox. Installation
- MiniConda Installation
Installation instructions.
-
Please download and install MiniConda and Docker Toolbox
-
Download the docker containers by running the following commands from your command line (Warning these files are large. You'll need good internet to download):
docker pull wurstmeister/kafka:0.8.2.0 docker pull wurstmeister/zookeeper:latest docker pull redis
We will also provide these images on USB keys if you are unable to download these tools. If you plan on using the USB keys, please arrive early to the workshop to get setup.
Also please note, Windows support for docker is very recent. While its possible for these tools to work on new versions of windows, you will be responsible for ensuring they work on windows. We can only provide installation support for Mac OSX and Linux machines.
#make sure you are in the root of this directory
docker run -it -p 8888:8888 -v /Users/jdennison/repos/gabi_workshop:/notebooks ipython_notebook /bin/bash
#then
/run_notebook.sh
in seperate terminal.
docker-compose up