Skip to content
forked from lichess-org/lila

♞ lichess.org: the forever free, adless and open source chess server ♞

License

Notifications You must be signed in to change notification settings

joeyksclark/lila

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lichess.org

Complete source code of http:https://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:https://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.

About

♞ lichess.org: the forever free, adless and open source chess server ♞

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Scala 67.2%
  • TypeScript 22.1%
  • SCSS 7.3%
  • JavaScript 2.2%
  • Python 0.4%
  • CSS 0.4%
  • Other 0.4%