diff --git a/README-install.md b/README-install.md index 45aa407..19ca972 100644 --- a/README-install.md +++ b/README-install.md @@ -324,29 +324,65 @@ sudo apt clean ``` Reboot server to newly updated system. +It should take less than a minute to reboot. ``` reboot ``` - # Install -Log back into rebooted system, should be less -than a minute: +Log back into the new server: ``` debian@workstation:~$ ssh mychestserver ``` -# Configure -# Use +## Install Debian Dependencies +Install the following dependencies from Debian's repos: -# Lila +``` +sudo apt update + +sudo apt install git openjdk-11-jre-headless python2 redis-server +``` + +Note: Docs say `python2` is needed, but is that still correct? + +## Install External Dependencies +Lila has quite a few dependencies, many of which are outside +of distribution's repositories. Sometimes the dependency exists +in the repo, but it is the wrong version. So we'll need to install +these dependencies: + +* `mongodb` +* `node` +* `sbt` +* `yarn` + + +### Install MongoDB +Install MongoDB thusly: + + +### Install Node +Install MongoDB thusly: + + +### Install SBT +Install MongoDB thusly: + + +### Install Yarn +Install MongoDB thusly: + + +## Install Lila * https://github.com/ornicar/lila -# lila-ws + +## Install lila-ws * https://github.com/ornicar/lila-ws ``` @@ -355,6 +391,12 @@ vim ./src/main/resources/application.conf csrf.origin = "https://deepcrayon.fish" ``` +# Configure +Configure thusly... + +# Use +Use thusly... + # Misc Potentially include items such as: @@ -369,3 +411,5 @@ Potentially include items such as: * Set timezone. * Disable IPv6. + +* Lila secrets & salts.