My first Clojure study-in-use project.
Blogure is an open-source blogging system written in Clojure. It is designed for out-of-box experience. It has no database needed, and can be compiled into a single file.
Run it, with no configure but just Java Runtime Enviornment and love :)
Nothing.
A standard Java web server, like Tomcat or something.
You will need Leiningen 2.0.0 or above installed.
To run it, download latest standalone jar from releases, and
java -jar (jarfile).jar
If you would like run from code, cd to the folder, and
lein run
Then just enjoy it.
Copyright © 2017 Xiaodai. You can redistribute and modify this as you like, but without commerical use.