Merge branch 'master' of https://git.oopen.de/install/cryptpad
This commit is contained in:
commit
7fefa364a3
34
README.OnlyOffice
Normal file
34
README.OnlyOffice
Normal 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
|
||||
|
@ -129,6 +129,7 @@ npm run install:components
|
||||
npm run build
|
||||
|
||||
|
||||
|
||||
# ---
|
||||
# - Configure CryptPad
|
||||
# ---
|
||||
@ -233,6 +234,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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user