From 859d4c5c8ec3cdd036f19acedf1bc8323dc76b1a Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 24 May 2020 23:58:11 +0200 Subject: [PATCH] Some minor changes.. --- README.install | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.install b/README.install index c51e751..0cb7ce1 100644 --- a/README.install +++ b/README.install @@ -15,6 +15,10 @@ apt install -y nodejs _etherpad_user="etherpad" adduser --system --home=/var/www/etherpad/ --group $_etherpad_user +# --- +# As user 'etherpad' +# --- + # Become user etherpad # # Note: its a system account, so you have to provide a shell @@ -25,10 +29,21 @@ su - etherpad -s /bin/bash # git clone --branch master https://github.com/ether/etherpad-lite.git + +# Initial run is needed here! +# +cd etherpad-lite +bin/run.sh + # Exit from user etherpad # exit + +# --- +# Continue as user 'root' +# --- + # Create systemd service file # cat < /etc/systemd/system/etherpad.service @@ -175,7 +190,7 @@ cp -a /var/www/etherpad/etherpad-lite/settings.json /var/www/etherpad/etherpad-l # change # "abiword": null, # to -# "abiword": /usr/bin/abiword, +# "abiword": "/usr/bin/abiword", # # 2.) Uncomment section '"users": {' and set password to make admin settings page # available - https://${FQHN}/admin @@ -194,9 +209,10 @@ vim /var/www/etherpad/etherpad-lite/settings.json # - font_family # - font_size # - headings2 -# - pad_title +# - padlist2 # - printer -# - et_title_on_pad +# - table_of_contents +# - set_title_on_pad # - subscript_and_superscript