Get Started
Documentation
More information
|
How to integrate online editors into your own web site on RubyIntroductionTo integrate ONLYOFFICE online editors into your own website on Ruby you need to download and install ONLYOFFICE editors on your local server and use the Ruby Example for their integration. We will show how to run the Ruby example on Linux OS.
The integration examples are used to demonstrate document editors functions and the ways to connect Document Server to your own application.
DO NOT USE these examples on your own server without PROPER CODE MODIFICATIONS!
This guide will show you the sequence of actions to integrate the editors successfully. Step 1. Download and Install Document ServerFirst, download the ONLYOFFICE Editors (the ONLYOFFICE Document Server). See the detailed guide to learn how to install Document Server for Windows, for Linux, or for Docker. Step 2. Install the prerequisites and run the web site with the editors
Step 3. Checking accessibilityIn case the example and Document Server are installed on different computers, make sure that your server with the example installed has access to the Document Server with the address which you specify instead of documentserver in the configuration files. And you must also make sure that the Document Server in its turn has access to the server with the example installed with the address which you specify instead of example.com in the configuration files. If you integrated the editors successfully the result should look like the demo preview on our site. |