Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/starlightsys/vagrant-lein-nrepl

Vagrantfile that sets up Leiningen and starts a headless REPL.
https://github.com/starlightsys/vagrant-lein-nrepl

Last synced: about 1 month ago
JSON representation

Vagrantfile that sets up Leiningen and starts a headless REPL.

Awesome Lists containing this project

README

        

# vagrant-lein-nrepl
Vagrantfile that sets up Leiningen and starts a headless REPL.

The Upstart script `nrepl` isn't currently working, but it is possible to start the REPL server by sshing in and running

```
lein repl :headless :host 0.0.0.0 :port 4343
```

You can then connect to the REPL at `127.0.0.1:4343` on your host.