From f0b74045ec5cee8c30f6fafeb086c5abc7d84fd7 Mon Sep 17 00:00:00 2001 From: jebba Date: Wed, 22 Dec 2021 18:29:54 -0700 Subject: [PATCH] not quite --- README-install.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README-install.md b/README-install.md index c195105..d873493 100644 --- a/README-install.md +++ b/README-install.md @@ -1110,6 +1110,20 @@ net { http.log = true stage.banner = false } + +# Also change this line ( XXX needed?) +cookieName = "lila2" + +# To something unique +cookieName = "mychestserver" + +# And change the User Agent ( XXX probably not needed) +# From: +useragent = "lichess.org" + +# To: +useragent = "www.mychestserver.org" + ``` Note, there are many other sections in `conf/base.conf` that should be @@ -1130,23 +1144,27 @@ Cancelled: run [error] Use 'last' for the full log. [lila] $ [lila] $ exit -[lila] $ exit [info] shutting down sbt server ... [info] shutdown - <194ms> service-stop Closing mongodb driver [info] p.c.server.AkkaHttpServer - Running provided shutdown stop hooks ``` + +## Rebuild Static Pages for Domain I think you have to rebuild the static bits now... XXX probably need to patch foo.scala with the base URL? ``` cd /var/www/html + +# Then rebuild ./ui/build ``` +## Re-Run Lila -Then re-run `lila` at the server prompt (e.g. just hit up arrow). +Then re-run `lila` at the server prompt. Looks like: