Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 719 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 719 Bytes

docker-luminus-example

example dockerized clojure web app

Prerequisites

You will need docker and docker-compose.

And editor with repl: atom (proto-repl) or emacs (cider)

for atom users:

apm install proto-repl ink

for emacs users:

Running

  • To start a repl for the edito, run:

    docker-compose up repl

  • Connect to repl using your favorite editor

  • Run app

(do (migrate) (start))

License

Copyright © 2017 Mateusz Probachta