Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
 
 
 
 
 
 
Go to file
Thibault Duplessis 9166aaf9fc fix gitmodules 2013-05-13 23:41:05 -03:00
app tweaks and formatting 2013-05-13 23:03:43 -03:00
bin rewrite user creation and authentication in database 2013-05-11 08:48:41 -03:00
casper Fu[Valid[A]] == Valid[Fu[A]] == Fu[A] 2013-05-09 11:55:44 -03:00
conf tournament app 2013-05-12 12:02:45 -03:00
doc user app compiles 2013-05-08 12:41:12 -03:00
modules remove user env actor system dependency 2013-05-13 23:22:02 -03:00
old/views/base tournament app 2013-05-12 12:02:45 -03:00
project rename dependencies 2013-05-13 23:22:16 -03:00
public fix rendering of system lobby messages 2013-05-12 20:49:05 -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 update readme 2013-05-10 11:07:47 -03:00
.gitmodules fix gitmodules 2013-05-13 23:41:05 -03:00
README.md update readme 2013-05-10 11:07:47 -03:00
todo work on analyser 2013-05-13 10:39:17 -03:00

README.md

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

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

Run it

Launch the play console:

bin/play

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