-1

I am new in java-script and web projects, i am trying to start the Document editors and spreadsheet Editor on my browser from the ONLYOFFICE Open-source Project.

i have got the error as in the image: enter image description here

I have two questions:

1 - It is Possible to run only the editors web-apps without the server?

2 - if yes, how to build it, i tried that but i failed.

ShockwaveNN
  • 2,227
  • 2
  • 29
  • 56
Henka Programmer
  • 727
  • 7
  • 25

2 Answers2

1

The Document Editors cannot work without the server-side unfortunately. Our team built an ONLYOFFICE Desktop for that kind of purposes.

  • Oh my god, finally ONLYOFFICE Reply on my question. So how can i use it on my PC without server, how to make a Server replacement or integrating like the ONLYOFFICE Desktop? – Henka Programmer Jul 19 '16 at 14:26
  • Dear Henka, it is not about integration, it is a software for local files editing - usual desktop Editors (well, not that usual, though)) Please find the link here: http://www.onlyoffice.com/apps.aspx – ONLYOFFICE Server Jul 19 '16 at 14:58
  • Can i install Server in my local network? on Windows 10, i tried but failed. – Henka Programmer Jul 19 '16 at 18:18
0

After many hours of searching I ended up with: The ONLYOFFICE Editors works only with web server or with Docker. And in order to make it standalone it should make hard modification in the code or make a replacement to the services.

Henka Programmer
  • 727
  • 7
  • 25