Hi
I have Ubuntu 16.04 LTS running.
I have apache 2 webserver running with default root in /var/www/html/
I installed Community Server and Document Server on a local server in docker using following
sudo docker run -i -t -d -p 8080:80 --name onlyoffice-document-server onlyoffice/documentserver
sudo docker run -i -t -d -p 8081:80 \
--link onlyoffice-document-server:document_server \
onlyoffice/communityserver
I am unable to install on port 80. It returns an error saying that port is already in use.
Now, when I fire community server using http://127.0.0.1:8081, everything works perfect. I see the dashboard. It completes the registration process. I then go to the Documents link. It lands me to the documents page. However, when I click on any sample document, say the ONLYOFFICE Sample Presentation.pptx, it takes me to the link http://127.0.0.1:8081/products/files/do ... x?fileid=2 and returns an error 404 Not Found nginx/1.10.0 (Ubuntu). Now, my document editor is running on port 8080. But it is not firing up the correct link (as I make out).
First of all, I have following observations to make
1. I cant see the location where onlyoffice is installed.
2. I dont the document editor as demonstrated in the videos. I am missing some configuration (I know for sure, but am not able to comprehend).
3. On putting the link http://127.0.0.1:8080, my document server webpage opens up with the only statement saying "Document Server is Running".
4. Why am I not landing to the document editor page to edit documents.
Help is solicited please.
Installation Issue with Community Server and Document Server
Installation Issue with Community Server and Document Server
- Attachments
-
- on clicking spreadsheet.jpg (75.72 KiB) Viewed 884 times