etherpad-lite/README.update
2021-01-01 12:48:48 +01:00

28 lines
298 B
Plaintext

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