This is a sample Clojure web app for deployment testing for these two articles I wrote:
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-clojure-web-application-on-freebsd-10-2 https://www.digitalocean.com/community/tutorials/how-to-deploy-a-clojure-web-application-on-ubuntu-14-04
Original code for the tutorial here: http://clojure-doc.org/articles/tutorials/basic_web_development.html
You will need Leiningen 2.0.0 or above installed.
To start a web server for the application, run:
lein ring server