Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
Thibault Duplessis 4dcebc5ace AI controller
2013-05-08 11:34:55 -03:00
app AI controller 2013-05-08 11:34:55 -03:00
bin set version to 4.0 2013-05-06 23:13:10 -03:00
conf AI controller 2013-05-08 11:34:55 -03:00
doc make the site template layout compile 2013-04-09 15:58:34 -03:00
modules AI controller 2013-05-08 11:34:55 -03:00
old AI controller 2013-05-08 11:34:55 -03:00
project set version to 4.0 2013-05-06 23:13:10 -03:00
public upgrade underscore.js 2013-05-08 09:51:26 -03:00
serve Use the /serve directory to expose large files with the webserver 2012-05-29 00:33:28 +02:00
test issues while functional testing with reactivemongo 2013-05-06 11:03:30 -03:00
.gitignore automate play2 installation 2013-05-04 17:12:57 -03:00
.gitmodules remove play submodule 2013-05-04 16:59:47 -03:00
README.md update readme 2013-05-06 06:26:15 -03:00
todo migrate user.settings to objects 2013-05-06 18:17:33 -03:00

lichess.org

Complete source code of http://lichess.org, using Scala 2.10.1, Play 2.1, Akka 2, ReactiveMongo and Scalaz

Installation

This is full-stack application, not a library, and it may not be straightforward to get it fully running. I assume you run a Unix with mongodb.

Some steps of the installation will trigger a download of the galaxy. It will take ages.

git clone git://github.com/ornicar/lila
cd lila
git submodule update --init
bin/play compile

Configuration

cp conf/application.conf.dist conf/application.conf

conf/local.conf extends conf/base.conf and can override any value. Note that conf/local.conf is excluded from git index.

Run it

Launch the play console using your local configuration:

bin/play

From here you can now run the application (run). Open your web browser at localhost:9000.

To run the test, use test.