Skip to content

allanberger/vagrant-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-clojure

A repository with a Clojure ready Vagrant Environment.

Setup Requirements

Pre-Installed on the VM

Update your Vagrant Synced Folder by updating this line in to your preferred paths Vagrantfile:
config.vm.synced_folder "/HOST_PROJECT_DIR", "/VM_PROJECT_DIR" e.g. config.vm.synced_folder "/Users/yourname/projects", "/vagrant"

Booting the virtual machine

Boot the virtual machine using vagrant up. Use vagrant ssh to access the VM. In the VM you'll be in /home/vagrant, navigate to /vagrant to access your synced folder as set above.

About

Clojure Setup in Vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages