Skip to content

lemmings-io/clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojure Setup (Vagrant)

This is a simple Clojure environment using Vagrant.

Setup Requirements

Download and install the following tools.

Setup Guide on Medium

https://medium.com/lemmings/clojure-and-atom-editor-setup-40f8f09237b4

Usage

vagrant up starts the virtual machine. The command will also provision the environment if it is executed for the first time.

vagrant ssh starts an ssh session to the virtual machine

Once you are sshed into the virtual machine you can start a leiningen REPL on port 7888 lein repl :headless :host 0.0.0.0 :port 7888. Thanks to the Vagrant setup this port is already forwarded to the host machine. You can now connect to your Clojure REPL running within the virtual machine (e.g. with Atom's proto-repl package).

About

A Clojure development environment with Vagrant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages