An alternative Ludum Dare entries viewer.
Go to file
2014-01-19 01:11:14 +01:00
dev Fix some problems with the new ring lib 2014-01-19 01:11:14 +01:00
prototypes/layout Added the layout prototype 2014-01-06 12:08:44 +01:00
resources/public Clean up some stuff and make it uberwar compatible 2013-10-06 18:08:50 +02:00
src Fix some problems with the new ring lib 2014-01-19 01:11:14 +01:00
.gitignore Clean up some stuff and make it uberwar compatible 2013-10-06 18:08:50 +02:00
Procfile Initial commit 2013-09-28 10:40:54 +02:00
project.clj Bump up all versions 2014-01-19 01:10:18 +01:00
README.mkd Fix the readme 2014-01-19 01:09:59 +01:00

Installation

Check out the source and run lein deps in the root folder to fetch all dependencies. This takes a couple of seconds. After that, you can run the server with lein ring server-headless. Now you can verify that nothing went wrong if you open up the browser and visit http://0.0.0.0:3000/. There should be nothing displayed because we doesn't fetch any data yet. If that works, we can proceed with the next step and import data.

Run a repl with lein repl in another terminal. Here we start the server, initiate the database and run the scrape process.

(load-file "src/ldview/repl.clj")
(ldview.repl/start-server)

(load-file "src/ldview/tasks/runner.clj)
(in-ns 'ldview.tasks.runner)
(load-competition 27 "10 Seconds")