Congratulations! Your Document Server has successfully started. Now you can integrate ONLYOFFICE™ collaborative online document editing into your Web Application and use this Integration Edition to open, edit and save your own documents with the most popular file formats, such as .DOCX, .XLSX, .PPTX, etc. Our editors are fully implemented in HTML5!
- Open, Edit and Save existing documents for in-browser editing using ONLYOFFICE™ Server documents.
- Collaborative co-editing functions – chat, comments and other multi-user features.
- Use of Auto-save function.
- All editing operations are processed on this virtual machine. Your documents stay under your complete control.
Still not sure where to start?
Give a try to our test example which will allow you to upload your own local Office files from your computer for testing. It can be easily run with the following commands:
Please note, that the example is used for demonstration purposes only and it can be accessed by anyone. Once you finish examining it, we recommend that you disable this example for security reasons.
Give a try to our test example which will allow you to upload your own local Office files from your computer for testing. It can be easily run with the following commands:
sudo docker exec $(sudo docker ps -q) sudo supervisorctl start onlyoffice-documentserver:exampleAdd the example to the autostart:
sudo docker exec $(sudo docker ps -q) sudo sed 's,autostart=false,autostart=true,' -i /etc/supervisor/conf.d/onlyoffice-documentserver-example.confOnce started the example will be available here.
Please note, that the example is used for demonstration purposes only and it can be accessed by anyone. Once you finish examining it, we recommend that you disable this example for security reasons.