lila/README.md

32 lines
635 B
Markdown
Raw Normal View History

lichess.org in scala
2012-02-23 05:03:00 -07:00
====================
2012-02-23 05:03:00 -07:00
Complete rewrite of [lichess.org](lichess.org) using scala and play2-mini.
2012-02-23 05:03:00 -07:00
Prerequisites
-------------
2012-02-23 05:03:00 -07:00
- Any Java runtime >= 1.6
2012-02-23 06:44:58 -07:00
- sbt >= 0.11 (get it with your package manager, or see [the manual installation guide](https://github.com/harrah/xsbt/wiki/Getting-Started-Setup))
- mongodb >= 2.0
2012-02-23 05:03:00 -07:00
Installation
------------
2012-02-21 12:52:37 -07:00
2012-02-23 05:03:00 -07:00
git clone git://github.com/ornicar/lila && cd lila
2012-02-21 12:52:37 -07:00
2012-02-23 05:03:00 -07:00
Run tests
---------
sbt test
Start http server on port 9000
------------------------------
sbt run
Credits
-------
Chess logic based on [Synesso scala chess](https://github.com/Synesso/scala-chess)