35 lines
621 B
Plaintext
35 lines
621 B
Plaintext
# ---
|
|
# OnlyOffice is now a separate module
|
|
#
|
|
# OnlyOffice applications (Sheets, Document, Presentation) are not bundled with CryptPad
|
|
# anymore. You can install/update them by running the installation script we provide:
|
|
# ---
|
|
|
|
cryptpad_user=cryptpad
|
|
|
|
|
|
# - Stop cryptpad
|
|
# -
|
|
systemctl stop cryptpad
|
|
|
|
|
|
# Stop iptables firewall
|
|
#
|
|
ipt-firewall-server flush
|
|
ip6t-firewall-server flush
|
|
|
|
|
|
# Login as CryptPad user
|
|
#
|
|
su - ${cryptpad_user}
|
|
cd cryptpad
|
|
|
|
# Install OnlyOffice
|
|
#
|
|
# ./install-onlyoffice.sh
|
|
# # press q to close the license screen
|
|
# # and Y ⏎ to accept the OnlyOffice license
|
|
#
|
|
./install-onlyoffice.sh
|
|
|