From b3354caa4f1116a94e4405b5cd83bac35141523d Mon Sep 17 00:00:00 2001 From: jebba Date: Wed, 22 Dec 2021 10:04:40 -0700 Subject: [PATCH] install stub --- README-install.md | 8 ++++++++ README.md | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 README-install.md diff --git a/README-install.md b/README-install.md new file mode 100644 index 0000000..53fc1a7 --- /dev/null +++ b/README-install.md @@ -0,0 +1,8 @@ +# lila Install + +# lila-ws +``` +vim ./src/main/resources/application.conf +# set +csrf.origin = "https://deepcrayon.fish" +``` diff --git a/README.md b/README.md index 6aa8a94..394e07d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ This is the main upstream docs on how to setup lila: https://github.com/ornicar/lila/wiki/Lichess-Development-Onboarding +# Install lila +To install your own lila server, see: +``` +README-install.md +``` + # lila-ws ``` vim ./src/main/resources/application.conf