OnlyOffice is now a separate module.

This commit is contained in:
2024-09-30 00:59:44 +02:00
parent 8ed9555262
commit e45e308e8e
3 changed files with 60 additions and 0 deletions

34
README.OnlyOffice Normal file
View File

@ -0,0 +1,34 @@
# ---
# 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