From 7cef4b85e0524e763a481bb95f2932fc5c4e621b Mon Sep 17 00:00:00 2001 From: jebba Date: Wed, 22 Dec 2021 15:11:17 -0700 Subject: [PATCH] run lila --- README-install.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README-install.md b/README-install.md index c8bddb3..1b04ee5 100644 --- a/README-install.md +++ b/README-install.md @@ -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