Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
2013-04-08 18:22:59 -03:00
ai/src/main complete ai module 2013-04-06 14:04:35 -03:00
analyse/src/main make all tubes private 2013-04-06 20:36:00 -03:00
api/src/main implement mod module 2013-04-06 21:38:47 -03:00
app port templating traits 2013-04-08 18:22:59 -03:00
bin update readme 2013-04-05 09:35:29 -03:00
bookmark/src review socket architecture 2013-04-08 08:49:42 -03:00
common/src/main review socket architecture 2013-04-08 08:49:42 -03:00
conf Merge branch 'master' of github.com:ornicar/lila into refactor 2013-04-05 09:28:54 -03:00
db/src complete round module 2013-04-08 16:21:03 -03:00
forum/src/main complete round module 2013-04-08 16:21:03 -03:00
forumSearch/src/main make cli work 2013-04-04 14:29:55 -03:00
game/src/main complete round module 2013-04-08 16:21:03 -03:00
gameSearch/src/main make all tubes private 2013-04-06 20:36:00 -03:00
http/src/main move Context classes to user namespace 2013-03-19 03:22:50 +01:00
hub/src/main complete round module 2013-04-08 16:21:03 -03:00
i18n/src/main Merge branch 'master' of github.com:ornicar/lila into refactor 2013-04-05 09:28:54 -03:00
memo/src/main review socket architecture 2013-04-08 08:49:42 -03:00
message/src/main socket hub rename 2013-04-07 21:26:18 -03:00
mod/src/main implement mod module 2013-04-06 21:38:47 -03:00
monitor/src/main complete round module 2013-04-08 16:21:03 -03:00
notification/src/main socket hub rename 2013-04-07 21:26:18 -03:00
old port templating traits 2013-04-08 18:22:59 -03:00
play@f3669bb204 upgrade to play 2.2 2013-04-04 08:53:40 -03:00
project complete round module 2013-04-08 16:21:03 -03:00
public Improve user profile 2013-03-13 13:23:40 +01:00
round/src/main complete round module 2013-04-08 16:21:03 -03:00
scalachess@e9429742c2 upgrade scalachess 2013-03-19 04:18:56 +01:00
search/src/main make cli work 2013-04-04 14:29:55 -03:00
security/src/main implement mod module 2013-04-06 21:38:47 -03:00
serve Use the /serve directory to expose large files with the webserver 2012-05-29 00:33:28 +02:00
site/src/main complete round module 2013-04-08 16:21:03 -03:00
socket/src/main complete round module 2013-04-08 16:21:03 -03:00
team/src/main make all tubes private 2013-04-06 20:36:00 -03:00
teamSearch/src/main make cli work 2013-04-04 14:29:55 -03:00
test move pgn binary to separate branch 2012-10-12 20:47:18 +02:00
timeline/src/main make all tubes private 2013-04-06 20:36:00 -03:00
uci add uci spec 2012-06-19 00:32:48 +02:00
user/src review socket architecture 2013-04-08 08:49:42 -03:00
views/wiki progress with controllers and views, troubles with global view imports 2013-03-20 17:34:38 +01:00
wiki/src/main make all tubes private 2013-04-06 20:36:00 -03:00
.gitignore trying hard to get distinct projects to build 2013-02-28 17:46:07 +01:00
.gitmodules ignore play untracked files 2012-11-30 15:37:49 +01:00
LICENSE update todo and license 2013-01-17 16:44:18 +01:00
mongodb.md refresh mongodb write-up 2013-01-02 11:42:41 +01:00
README.md update readme 2013-04-05 09:35:29 -03:00
todo complete ai module 2013-04-06 14:04:35 -03:00

lichess.org

Complete source code of http://lichess.org, using Scala 2.10.1, Play 2.2, 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/build-play2
bin/play compile

Configuration

cp conf/local.conf.dist conf/local.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.