mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
37 lines
2.1 KiB
Markdown
37 lines
2.1 KiB
Markdown
|
|
[](https://opensource.org/licenses/MIT) 
|
|
|
|
## Document Server integration example
|
|
|
|
These examples show the way to integrate [ONLYOFFICE Document Server][2] into your own website or application using one of the programming languages. The package contains examples written in .Net (C# MVC), .Net (C#), Java, Node.js, PHP and Ruby.
|
|
|
|
You should change `http://documentserver` to your server address in these files:
|
|
* .Net (C# MVC) - `web/documentserver-example/csharp-mvc/web.appsettings.config`
|
|
* .Net (C#) - `web/documentserver-example/csharp/settings.config`
|
|
* Java - `web/documentserver-example/java/src/main/resources/settings.properties`
|
|
* Node.js - `web/documentserver-example/nodejs/config/default.json`
|
|
* PHP - `web/documentserver-example/php/config.php`
|
|
* Ruby - `web/documentserver-example/ruby/config/application.rb`
|
|
|
|
More information on how to use these examples can be found here: [http://api.onlyoffice.com/editors/demopreview](http://api.onlyoffice.com/editors/demopreview "http://api.onlyoffice.com/editors/demopreview")
|
|
|
|
## Project Information
|
|
|
|
Official website: [http://www.onlyoffice.org](http://onlyoffice.org "http://www.onlyoffice.org")
|
|
|
|
Code repository: [https://github.com/ONLYOFFICE/document-server-integration](https://github.com/ONLYOFFICE/document-server-integration "https://github.com/ONLYOFFICE/document-server-integration")
|
|
|
|
SaaS version: [http://www.onlyoffice.com](http://www.onlyoffice.com "http://www.onlyoffice.com")
|
|
|
|
## User Feedback and Support
|
|
|
|
If you have any problems with or questions about [ONLYOFFICE Document Server][2], please visit our official forum to find answers to your questions: [dev.onlyoffice.org][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][3].
|
|
|
|
[1]: http://dev.onlyoffice.org
|
|
[2]: https://github.com/ONLYOFFICE/DocumentServer
|
|
[3]: http://stackoverflow.com/questions/tagged/onlyoffice
|
|
|
|
## License
|
|
|
|
document-server-integration is released under the MIT License. See the LICENSE.txt file for more information.
|