Go to file
2023-12-18 14:22:25 +01:00
old Initial commit 2020-05-24 22:57:59 +02:00
.gitignore Initial commit 2020-05-24 22:57:59 +02:00
README.install Adjust README files. 2023-12-18 14:22:25 +01:00
README.install-node.js Adjust README files. 2023-12-18 14:22:25 +01:00
README.update README.update: fix typ. 2021-01-01 12:54:07 +01:00

# ---
# 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 pull origin


# Initial run is needed here!
#
bin/run.sh

# Exit from user etherpad
#
exit