1
0
Fork 1

update, external deps stub

main
jebba 2021-12-22 13:20:33 -07:00
parent 840336aa77
commit 75e180f461
1 changed files with 51 additions and 7 deletions

View File

@ -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.