From 4478ec4dc435d9a7bd1fedf53bfa71011254f705 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 1 Jan 2021 12:48:48 +0100 Subject: [PATCH] Add 'README.update'. --- README.update | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.update diff --git a/README.update b/README.update new file mode 100644 index 0000000..dc183e7 --- /dev/null +++ b/README.update @@ -0,0 +1,27 @@ + +# --- +# As user 'etherpad' +# --- + +# Become user etherpad +# +# Note: its a system account, so you have to provide a shell +# +su - etherpad -s /bin/bash + +cd etherpad-lite + + +# Update etherpad-lite sources +# +git ull origin + + +# Initial run is needed here! +# +bin/run.sh + +# Exit from user etherpad +# +exit +