Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
Thibault Duplessis f6e76f1352 Merge branch 'stable' of github.com:ornicar/lila
* 'stable' of github.com:ornicar/lila:
  Revert "id "Bahasa Indonesia" translation #1863. Author: Anonymous."
  id "Bahasa Indonesia" translation #1863. Author: Anonymous.
  id "Bahasa Indonesia" translation #1862. Author: Krystal_Jung.
  id "Bahasa Indonesia" translation #1861. Author: Krystal_Jung. Tolong diedit jika kurang pas
  vi "Tiếng Việt" translation #1860. Author: Anonymous.
  bs "bosanski jezik" translation #1858. Author: Momčilo. Kolko para tolko muzike
  vi "Tiếng Việt" translation #1851. Author: Acyslz. chút đóng góp nhỏ
2013-05-04 12:39:21 -03:00
app fix build 2013-05-04 12:38:37 -03:00
bin fix bin/build-play2 script 2013-04-20 15:56:45 -03:00
conf Merge branch 'stable' of github.com:ornicar/lila 2013-05-04 12:39:21 -03:00
doc make the site template layout compile 2013-04-09 15:58:34 -03:00
modules tweak firewall internal api 2013-05-04 12:38:41 -03:00
old start refactoring game db titivate 2013-04-15 09:16:15 -03:00
play@84f0919b93 fix build 2013-05-04 12:38:37 -03:00
project fix build 2013-05-04 12:38:37 -03:00
public Improve user profile 2013-03-13 13:23:40 +01:00
serve Use the /serve directory to expose large files with the webserver 2012-05-29 00:33:28 +02:00
test refactor socket handler 2013-04-13 19:44:21 -03:00
.gitignore trying hard to get distinct projects to build 2013-02-28 17:46:07 +01:00
.gitmodules move modules to the modules/ dir 2013-04-09 10:44:57 -03:00
README.md update readme 2013-04-05 09:35:29 -03:00
todo update todo list 2013-05-04 12:38:48 -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.