DocSpace-buildtools/build/install/OneClickInstall
2023-08-29 16:25:03 +05:00
..
install-Debian Replace the nginx installation with an openresty installation (#1663) 2023-08-25 15:58:40 +03:00
install-RedHat Replace the nginx installation with an openresty installation (#1663) 2023-08-25 15:58:40 +03: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 Add dependency installation at domain check in OCI docker 2023-08-29 16:25:03 +05: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