Add 'README.update'.
This commit is contained in:
parent
b005aa5ece
commit
4478ec4dc4
27
README.update
Normal file
27
README.update
Normal file
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user