onlyoffice

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
onlyoffice [2023/04/20 15:18] Markus Neubergeronlyoffice [2023/04/20 15:25] (current) Markus Neuberger
Line 53: Line 53:
   curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -   curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
  
-====Install Fonts (optional)====+====Install Fonts====
  
   yum -y install https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm   yum -y install https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
Line 66: Line 66:
  
   yum -y install onlyoffice-documentserver   yum -y install onlyoffice-documentserver
- 
-===DocumentServer 5.4.2 - Last Documentserver with mobile editing enabled=== 
- 
-  yum -y install https://github.com/ONLYOFFICE/DocumentServer/releases/download/ONLYOFFICE-DocumentServer-5.4.2/onlyoffice-documentserver.x86_64.rpm 
- 
-===Downgrade example to 5.4.2=== 
- 
-To downgrade just use 
- 
-  yum downgrade https://github.com/ONLYOFFICE/DocumentServer/releases/download/ONLYOFFICE-DocumentServer-5.4.2/onlyoffice-documentserver.x86_64.rpm 
-   
-  https://community.nethserver.org/t/howto-install-onlyoffice-document-server-as-nextcloud-app/8662/113 
  
 ===Upgrade=== ===Upgrade===
Line 152: Line 140:
 After upgrades or downgrades it may make sense to drop the database to force recreation: After upgrades or downgrades it may make sense to drop the database to force recreation:
  
-  supervisorctl stop ds:+  systemctl stop ds*:
   su - postgres -c "psql -c 'drop database onlyoffice;'"   su - postgres -c "psql -c 'drop database onlyoffice;'"
   signal-event nethserver-onlyoffice-update   signal-event nethserver-onlyoffice-update
      
-====nodejs 6 from epel installed so nodejs 8 is not installing from repo==== 
- 
-You have to remove the epel nodejs which removes onlyoffice-documentserver too. 
- 
-  yum remove nodejs 
-   
-Now you have to reinstall onlyoffice-documentserver. 
- 
 ===="violates local access rules" error==== ===="violates local access rules" error====
 add add
Line 185: Line 165:
   config setprop fw_onlyoffice RejectUnauthorized false   config setprop fw_onlyoffice RejectUnauthorized false
   signal-event nethserver-onlyoffice-update   signal-event nethserver-onlyoffice-update
 +  
 ===== Issues ===== ===== Issues =====