An interactive problem website for Clojure beginners https://www.4clojure.com.
-
Download and install leiningen.
-
Download and install mongodb.
-
The project uses clojail That requires a security policy setup in your home directory. Setup a file called .java.policy in your home directory. The contents should look like this grant { permission java.security.AllPermission; };
-
CD in the project and run "lein deps".
-
Start up your mongodb, if you don't have autostart mongod
-
For the first time use, you will need to load the problem data run
-
the script load-data.sh ./load-data.sh
-
Run lein ring server and the browser should open for you. lein ring server