DocSpace-buildtools/build/install/OneClickInstall
2023-09-04 12:03:36 +03:00
..
install-Debian Change the systemd service's existence condition 2023-09-01 20:07:45 +05:00
install-RedHat Temporarily fix nodejs installation for Centos 8 Stream 2023-09-04 12:55:53 +05:00
docspace-install.sh fix Bug 63666 - Add priority use of OCI scripts with S3 2023-08-23 16:51:57 +05:00
install-Debian.sh fix Bug 63666 - Add priority use of OCI scripts with S3 2023-08-23 16:51:57 +05:00
install-Docker.sh fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
install-RedHat.sh fix Bug 63666 - Add priority use of OCI scripts with S3 2023-08-23 16:51:57 +05:00
README.md Create README.md for OneClickInstall 2023-05-29 11:23:41 +05:00

Install ONLYOFFICE DocSpace using OneClickInstall script

Enterprise version

Get the installation script:

    wget https://download.onlyoffice.com/docspace/docspace-enterprise-install.sh

Install ONLYOFFICE DocSpace RPM\DEB using script:

    bash docspace-enterprise-install.sh package

Install ONLYOFFICE DocSpace Docker using script:

    bash docspace-enterprise-install.sh docker

Display available script RPM\DEB parameters:

    bash docspace-enterprise-install.sh package -h

Display available script Docker parameters:

    bash docspace-enterprise-install.sh docker -h

Community version

Get the installation script:

    wget https://download.onlyoffice.com/docspace/docspace-install.sh

Install ONLYOFFICE DocSpace RPM\DEB using script:

    bash docspace-install.sh package 

Install ONLYOFFICE DocSpace Docker using script:

    bash docspace-install.sh docker 

Display available script RPM\DEB parameters:

    bash docspace-install.sh package -h

Display available script Docker parameters:

    bash docspace-install.sh docker -h