FIXME
lein run
Hello World!
lein test
. Read the tests at test/myapp/service_test.clj.To configure logging see config/logback.xml. By default, the app logs to stdout and logs/. To learn more about configuring Logback, read its documentation.
lein repl
(def dev-serv (run-dev))
lein uberjar
sudo docker build -t myapp .
docker run -p 8080:8080 myapp
capstan run -f "8080:8080"
Once the image it built, it's cached. To delete the image and build a new one:
capstan rmi myapp; capstan build
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close