Steps to get running
- Clone repo
- CD into cloned repo
- Run $ vagrant up (download vagrant if you do not have it)
- ssh into vagrant $ vagrant ssh
- change into vagrant directoryL $ cd /vagrant
- Update the vagrant machine: $ sudo apt-get update
- install: $ sudo apt-get install python-software-properties
- Install the Storm requirements: $ sudo add-apt-repository ppa:storm/ppa
- And: $ sudo apt-get install python-storm
- Start the server within the vagrant directory: $ python server.py
- Start the client within the vagrant directory on another termical screen: $ python client.py
- Follow promts on the client terminal window