This has been tested with a Linux host. Theoretically, it should work in Windows. Please let me know!
- clone this repo
cd
into the repo directoryvagrant up
- Wait for a while. First, vagrant will download a 1.4G image from the Internet, and then import it, etc.
- After the GUI starts, keep in mind that the provisioning isn't done yet. If
you take a look at the command line where you ran
vagrant up
, you'll see that even though the GUI is running, vagrant is still provisioning the system. You can sign in right now if you want, but remember that it's not done yet! :)- Signing in early doesn't hurt anything. It just means packages aren't installed yet. When you see README file(s) and a Terminal launcher appear on the desktop, you'll know provisioning is done.
- Log in with vagrant / vagrant.
- Once provisioning is done, you'll see one or more README files on the desktop, along with a Terminal launcher in case you need it.
- Read a README if necessary to learn about the configuration, and have fun developing!