Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


install-only-office-document-server-on-ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install-only-office-document-server-on-ubuntu [2020/06/11 04:17] – [Add Node.js repostiory] wikiadmininstall-only-office-document-server-on-ubuntu [2020/06/11 04:30] (current) – [Install OnlyOffice document server] wikiadmin
Line 66: Line 66:
 **Import OnlyOffice public key.** **Import OnlyOffice public key.**
  
-</code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5 </code>+<code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5 </code> 
  
 Update local package index and install OnlyOffice document server. Note that the onlyoffice-documentserver package will install nginx-extras as a dependency, so if an Apache web server is running, you need to stop it first. Update local package index and install OnlyOffice document server. Note that the onlyoffice-documentserver package will install nginx-extras as a dependency, so if an Apache web server is running, you need to stop it first.
Line 76: Line 77:
 </code> </code>
  
-During the installation process, you will be asked to enter PostgreSQL password for onlyoffice. Enter onlyoffice” (without double quotes).+During the installation process, you will be asked to enter PostgreSQL password for onlyoffice. Enter the password:  
 + 
 +<code>onlyoffice</code> 
 + 
 +A Nginx server block will be installed as /etc/nginx/conf.d/ds.conf. (It’s actually a symbolic link to /etc/onlyoffice/documentserver/nginx/ds.conf.The OnlyOffice document server is a nodejs web application and Nginx acts as the reverse proxy /var/www/onlyoffice/documentserver/ is the web root directory. 
 + 
 +Once the installation is finished, enter your server’s public IP address in web browser, you should see “Document Server is running”
  
install-only-office-document-server-on-ubuntu.1591849074.txt.gz · Last modified: 2020/06/11 04:17 by wikiadmin