mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
# Conflicts: # 3rd-Party.txt # licences/3rd-Party.txt # web/documentserver-example/csharp-mvc/Views/Home/Editor.aspx # web/documentserver-example/csharp-mvc/Views/Home/Index.aspx # web/documentserver-example/java/src/main/webapp/editor.jsp # web/documentserver-example/java/src/main/webapp/index.jsp # web/documentserver-example/js/LICENSE.txt # web/documentserver-example/js/OnlineEditorsExampleJS.html # web/documentserver-example/nodejs/licenses/formidable.license # web/documentserver-example/nodejs/licenses/jsonwebtoken.license # web/documentserver-example/nodejs/licenses/mime.license # web/documentserver-example/nodejs/licenses/urllib.license # web/documentserver-example/php/LICENSE.txt # web/documentserver-example/php/doceditor.php # web/documentserver-example/php/functions.php # web/documentserver-example/php/index.php # web/documentserver-example/php/webeditor-ajax.php # web/documentserver-example/ruby/LICENSE.txt # web/documentserver-example/ruby/app/assets/javascripts/jscript.js # web/documentserver-example/ruby/app/assets/stylesheets/editor.scss # web/documentserver-example/ruby/app/assets/stylesheets/stylesheet.scss # web/welcome/index.html
For the ONLYOFFICE Applications example to work properly you need to do the following: 1. Download and extract the Example.zip into a directory selected for it, for instance, C:\OnlyofficeExample 2. Run the IIS Manager (C:\Windows\system32\inetsrv\InetMgr.exe or Start -> All Programs -> Administrative Tools -> Internet Information Services (IIS) Manager for Windows Server 2003) 3. Add the unpacked Example to the list of sites with the physical path to the C:\OnlyofficeExample (or the one you selected) folder. 4. Make sure that the user account under which the IIS NetworkService process is executed has the write access rights for the C:\OnlyofficeExample\App_Data folder (this is significant for the IIS later than 6.0). 5. Make the created ONLYOFFIC™ Applications example available through IP or domain name so that it could be connected from the web by the document service for proper document rendering.