Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
 
 
 
 
 
 
Go to file
Thibault Duplessis f691230d2c show user timeline on homepage 2013-05-24 15:49:02 +02:00
app show user timeline on homepage 2013-05-24 15:49:02 +02:00
bin notify following 2013-05-24 13:27:01 +02:00
conf more work on followers and user profile 2013-05-23 18:59:46 +02:00
doc user app compiles 2013-05-08 12:41:12 -03:00
modules show user timeline on homepage 2013-05-24 15:49:02 +02:00
project move from friend to relation, implement future sequence 2013-05-23 12:53:16 +02:00
public show user timeline on homepage 2013-05-24 15:49:02 +02:00
serve Use the /serve directory to expose large files with the webserver 2012-05-29 00:33:28 +02:00
test start replacing mute with "Mark as troll" 2013-05-16 01:58:53 -03:00
.gitignore play 2.1.2-RC1 2013-05-16 20:40:39 -03:00
.gitmodules show user timeline on homepage 2013-05-24 15:49:02 +02:00
README.md update readme 2013-05-10 11:07:47 -03:00
todo parallelize user infos creation 2013-05-23 20:03:43 +02: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.