How To install onlyoffice on ZCS 10.0.x

How To install onlyoffice on ZCS 10.0.x

How To install onlyoffice on ZCS 10.0.x
 

Follow the below steps to install  onlyoffice module on zimbra server.

Step 1 : Run the below command as root to enable onlyoffice repo
# cat > /etc/yum.repos.d/zimbra-onlyoffice.repo <<EOF
[zimbra-onlyoffice]
name=Zimbra Onlyoffice RPM Repository
baseurl=https://repo.zimbra.com/rpm/onlyoffice/rhel7
gpgcheck=1
enabled=1
EOF

Step 2 : Install the only office packages
#yum check-update
#yum install zimbra-onlyoffice
#yum install zimbra-rabbitmq-server
#yum install zimbra-onlyoffice-patch
#/opt/zimbra/onlyoffice/bin/zmonlyofficeconfig new

Step 3 : Run the below command as zimbra user to enable onlyoffice service 
$su - zimbra
$zmprov ms `zmhostname` +zimbraServiceInstalled onlyoffice +zimbraServiceEnabled onlyoffice
$zmprov fc -a all
$zmcontrol restart

Step 4 : Configure zimbraDocumentServerHost by running below command
$zmprov mcf zimbraDocumentServerHost zmmbox02.diademtech.in

Step 5 : Check the document server is configured or not
$zmprov -l gacf zimbraDocumentServerHost

Step 6 : Additionally zimbraFeatureViewInHtmlEnabled and zimbraFeatureBriefcasesEnabled attributes are enabled for the user.
$zmprov -l ga user@domain.in zimbraFeatureViewInHtmlEnabled zimbraFeatureBriefcasesEnabled

Step 7 : Check onlyoffice db is created after installing onlyoffice
$mysql -e "show databases" | grep -i onlyoffice;

If not showing onlyoffice database follow the belwo steps to create onlyoffice database manually

Step 1 :
$source ~/bin/zmshutil; zmsetvars
$/opt/zimbra/common/bin/mysql -S /opt/zimbra/data/tmp/mysql/mysql.sock -u root --password=$mysql_root_password < /opt/zimbra/onlyoffice/bin/createdb.sql 

$mysql -e "show databases" | grep -i onlyoffice;

$zmcontrol restart


    • Related Articles

    • Roundcube Webmail SMTP Error

      Unable to send message from Roundcube SMTP Error (-1): Connection to server failed Issue: Roundcube was not working as the letsencrypt ssl had expired , even after renewing SSL it was still not working. Server OS: CentOS 6.1 and Plesk Onyx enabled ...
    • Zimbra password reset from webmail

      Steps to change zimbra password from webmail Step 1: Login into the Zimbra webmail Step 2: Now click on down-ward triangle > change password Step 3: A password change page will open, now give the current password > give new password > confirm it > ...
    • How to install Zimbra email app on mobile (Android and IOS)

      How to install Zimbra email app on mobile If you are using the Zimbra Network Edition you can download the exclusive Zimbra Email and Collaboration Suite from Android and IOS: Android: ...
    • How to install Zimbra Desktop and PST Import

      Steps to install Zimbra Desktop Zimbra Desktop Folder Steps to import PST files Steps to install Zimbra Desktop If you are using the Zimbra Network Edition, you can download and install Zimbra Desktop on our PC, we will go first to the following ...
    • How to mark a particular mail as spam/not as a spam in Zimbra Webmail

      1. Login to the Zimbra Webmail using respective username and password. 2. Select on the particular email that you want to mark as a spam, right click on that mail and click on “Mark as Spam”, as shown on the below figure. 3. After clicking “Mark as ...