Skip to content

Latest commit

 

History

History
 
 

vagrant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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