SetupΒΆ

  • You need virtualbox installed from here.

  • You need vagrant install from here

  • Get the Vagrant virtual machine that we’ll use to work on from Github

    git clone git@github.com:pynashorg/pynash-cnc.git

  • Change into that direction

    cd pynash-cnc

  • Next we need to download and start the vagrant box (this will take a while the first time because it has to download an ubuntu cloud image)

    vagrant up

  • You’re ready to go shutdown the vagrant box and cya Saturday morning!

    vagrant halt