From e45e308e8e4b8c219beaae53f0306ca03812c13c Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 30 Sep 2024 00:59:44 +0200 Subject: [PATCH] OnlyOffice is now a separate module. --- README.OnlyOffice | 34 ++++++++++++++++++++++++++++++++++ README.install | 14 ++++++++++++++ README.upgrade | 12 ++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 README.OnlyOffice diff --git a/README.OnlyOffice b/README.OnlyOffice new file mode 100644 index 0000000..b9c0869 --- /dev/null +++ b/README.OnlyOffice @@ -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 + diff --git a/README.install b/README.install index 2a9e4a8..90acc98 100644 --- a/README.install +++ b/README.install @@ -124,6 +124,7 @@ npm run install:components npm run build + # --- # - Configure CryptPad # --- @@ -228,6 +229,19 @@ cp ${cryptpad_install_dir}/customize.dist/application_config.js ${cryptpad_insta # - #cp -a ${cryptpad_install_dir}/customize.dist ${cryptpad_install_dir}/cryptpad/customize + +# Install OnlyOffice - 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: +# +# ./install-onlyoffice.sh +# # press q to close the license screen +# # and Y ⏎ to accept the OnlyOffice license +# +./install-onlyoffice.sh + + # Exit from cryptpad user # exit diff --git a/README.upgrade b/README.upgrade index fb3563e..6e4e020 100644 --- a/README.upgrade +++ b/README.upgrade @@ -46,6 +46,18 @@ npm update npm run install:components +# 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: +# +# ./install-onlyoffice.sh +# # press q to close the license screen +# # and Y ⏎ to accept the OnlyOffice license +# +./install-onlyoffice.sh + + exit