From 614fadd3603940d9d505f21277b19da5cbaa1b06 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 12 Dec 2020 19:15:00 +0100 Subject: [PATCH] Add server docs --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dd9fa5e..dcb7316 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,16 @@ Please see the following links for further reading: - [isort](https://isort.readthedocs.io) - [black](https://black.readthedocs.io) +### Server Systers Situation + +``` +$ sudo -su systers +$ cd /var/www/etherpump +$ poetry run sh cron.sh +``` + +Served from `/etc/nginx/sites-enabled/etherpump.vvvvvvaria.conf`. + ## Keeping track of Etherpad-lite - [Etherpad-lite API documentation](https://etherpad.org/doc/v1.7.5/)