Skip to content

gigasquid/4clojure

 
 

Repository files navigation

4Clojure

An interactive problem website for Clojure beginners https://www.4clojure.com.

Setup instructions for running locally

  • 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

About

An interactive problem website for Clojure beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 99.5%
  • Shell 0.5%