vmfest-playground
December 17, 2012 · View on GitHub
A project to test VMFest.
Usage
Ensure that you have VirtualBox 4.1.x installed and start
vboxwebsrv by issuing the following on the shell:
$ vboxwebsrv -t0
and if you haven't done it already, disable login authorization in VirtualBox:
$ VBoxManage setproperty websrvauthlibrary null
Clone this project.
If you don't have Leiningen installed, download and install it. Then, at the shell run:
$ lein deps, repl
Finally, open the file play.clj and follow the tutorial copying the code line by line to the Clojure REPL.
License
Copyright © 2012 Antoni Batchelli
Distributed under the Eclipse Public License, the same as Clojure.