OnlyOffice Integration with NextCloud inside Docker

In this segment, we are going to show you how to “Integrate OnlyOffice with NextCloud inside Docker

What is OnlyOffice?

OnlyOffice (formerly TeamLab), stylized as ONLYOFFICE, is a free software office suite developed by Ascensio System SIA, a company with headquarters in RigaLatvia. It features online document editors, the platform for document management, corporate communication, mail, and project management tools. OnlyOffice is delivered either as SaaS or as an installation for deployment on a private network. Access to the system is realized through a private online portal. OnlyOffice is involved in active technological partnerships with Nextcloud, ownCloud, Seafile, Pydio, Exo platform, and XWiki.

Source /> Wikipedia

onlyoffice

 

You can Buy Raspberry Pi 4 Kit from here

What we are Using?

  • We are using Windows 7 and Docker Toolbox for this Project.

  docker  

Installing OnlyOffice on Docker

docker run -i -t -d -p 80:80 onlyoffice/documentserver
  • This command will download and run the OnlyOffice Document Server on Docker.
  • After that, it will be available on http://localhost. Where the localhost is the IP Address of Docker.

  onlyoffice  

  • OnlyOffice Document Server minimum system requirement.
RAM: 4 GB or more
CPU: dual-core 2 GHz or higher
Swap: at least 2 GB
HDD: at least 2 GB of free space
Docker: version 1.9.0 or later

Read More : Best Saas Podcasts for Startup Founders

Installing NextCloud on Docker

docker run -d -p 8080:80 nextcloud
  • This command will download and run the Nextcloud on Docker.
  • Then you can access NextCloud on http://localhost:8080.
  • Where the localhost is the IP Address of Docker.
  • Once you type the correct address you will be redirected to NextCloud Login Screen.

  nextcloud  

  • Here you can type your username and password that you want to use as an Admin Account.
  • If you want to use the NextCloud from outside your network, we recommend you to choose a strong password.
  • Once you are happy with your settings, press the “Finish Setup” button, to finalize the setup process.
  • It might take some time to finish the setup. So, please wait and don’t refresh the page.

Enable OnlyOffice on NextCloud

  • Click on your user name initial from the Top right corner and select Apps.
  • Now, from the left side of the screen, we need to click on Text and Office.
  • From this list, we need to find OnlyOffice and then click on Download and Enable.

onlyoffice

 

OnlyOffice Integration NextCloud

  • Once we have Enable OnlyOffice then we need to open Settings from the top right corner.
  • Now, from settings, we need to click on OnlyOffice from the left side of the screen under the Administrator panel.
  • After that, we need to type the IP Address of our OnlyOffice Document server as shown below.
  • Then we need to click on save to Integrate OnlyOffice to NextCloud.

  onlyoffice

OnlyOffice Working on NextCloud

  • Once the integration completed you can click on the + icon next to home.
  • To create Office documents by using OnlyOffice.

  onlyoffice

In conclusion

  • You are ready to use OnlyOffice with NextCloud on Docker.
  • If you come across any issues or have some feedback related to this tutorial, Please share your thoughts.

Please check out my other articles:

Did you find us helpful?

Subscribe our YouTube Channel
Like us on Facebook facebook
Support us on Patreon Patreon
Share This Article with others

Harish Kumar

As a founder of the PcMac YouTube channel and website, Our goal is to provide Free Technical help to people and spread knowledge to everyone.
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments