Skip to content

Latest commit

 

History

History

vagrant-clj-java-dev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

vagrant-clj-java-dev

Dependencies

  1. vagrant
  2. virtualbox

This has been tested with a Linux host. Theoretically, it should work in Windows. Please let me know!

Usage

  1. clone this repo
  2. cd into the repo directory
  3. vagrant up
  4. Wait for a while. First, vagrant will download a 1.4G image from the Internet, and then import it, etc.
  5. 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! :)
    1. 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.
  6. Log in with vagrant / vagrant.
  7. 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.
  8. Read a README if necessary to learn about the configuration, and have fun developing!