1
0
Fork 1
main
jebba 2021-12-22 15:11:17 -07:00
parent 3d491300f5
commit 7cef4b85e0
1 changed files with 29 additions and 0 deletions

View File

@ -1513,6 +1513,35 @@ https://raw.githubusercontent.com/ornicar/lila-maven/master/com/typesafe/play/pl
```
## Run Lila
Run Lila thusly, from the `lila` prompt, after compiling above.
```
[lila] $ run
```
After a minute or so, you should have output similar to this:
```
[lila] $ run
[warn] Compile / run / javaOptions will be ignored, Compile / run / fork is set to false
[info] running play.core.server.ProdServerStart
[info] boot - lila Dev / java 11.0.13, memory: 2048MB
[info] reactivemongo.api.Driver - [Supervisor-1] Creating connection: main
[info] e.r.StaticListenerBinder - Starting connection listener ...
[info] r.c.actors.MongoDBSystem - [Supervisor-1/main] Starting the MongoDBSystem
[info] r.core.netty.Pack - Instantiated reactivemongo.core.netty.Pack
[info] db.main - MongoDB connected to mongodb://127.0.0.1:27017?appName=lila in 1089 ms
[info] boot - Loaded lila modules in 7217 ms
[info] play.api.Play - Application started (Dev) (no global state)
[info] p.c.server.AkkaHttpServer - Listening for HTTP on /0:0:0:0:0:0:0:0:9663
```
If you are at this point, the Lila server is now running, but the
full setup isn't complete.
## Install lila-ws
* https://github.com/ornicar/lila-ws