Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 304 Bytes

Vagrant

To run your own VM for local development, install Vagrant and VirtualBox. Then, type on your host machine:

vagrant up
vagrant ssh

When in SSH:

sudo su
cd /vagrant
python3 chaos.py