[GH-ISSUE #82] Only office document server installed can't create documents #44

Closed
opened 2026-02-26 09:35:31 +03:00 by kerem · 8 comments
Owner

Originally created by @arunksasi on GitHub (Nov 15, 2017).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/82

Hi all,

I have installed document server in debain 8.9 , After installation I am getting the page says Document server is running Since I have to create documents , What i have to do next? Please help me on this .

Originally created by @arunksasi on GitHub (Nov 15, 2017). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/82 Hi all, I have installed document server in debain 8.9 , After installation I am getting the page says `Document server is running ` Since I have to create documents , What i have to do next? Please help me on this .
kerem 2026-02-26 09:35:31 +03:00
Author
Owner

@arunksasi commented on GitHub (Nov 15, 2017):

any one Please help me ...

<!-- gh-comment-id:344491467 --> @arunksasi commented on GitHub (Nov 15, 2017): any one Please help me ...
Author
Owner

@ShockwaveNN commented on GitHub (Nov 15, 2017):

You should integrate it with file storage (like owncloud\nextcloud) or use our onlyoffice-documentserver-ie with our integration example

<!-- gh-comment-id:344522867 --> @ShockwaveNN commented on GitHub (Nov 15, 2017): You should integrate it with file storage (like owncloud\nextcloud) or use our `onlyoffice-documentserver-ie` with our integration example
Author
Owner

@agolybev commented on GitHub (Nov 15, 2017):

Hi @arunksasi, thank you for interesting to our product.
Onlyoffice Document Server provides documents editing only. You've seen the welcome page, it purposes to ensure that document server have installed successfully.
Please, refer to documentations how to integrate Document Server to your own application or service. Also see our example how to use Onlyoffice Document Server

<!-- gh-comment-id:344523627 --> @agolybev commented on GitHub (Nov 15, 2017): Hi @arunksasi, thank you for interesting to our product. Onlyoffice Document Server provides documents editing only. You've seen the welcome page, it purposes to ensure that document server have installed successfully. Please, refer to [documentations](https://api.onlyoffice.com/editors/basic) how to integrate Document Server to your own application or service. Also see our [example](https://github.com/ONLYOFFICE/document-server-integration) how to use Onlyoffice Document Server
Author
Owner

@arunksasi commented on GitHub (Nov 15, 2017):

Hi thanks for your reply .
Since I don't have my own application services , How can I use document server ?
Can u help me ?

<!-- gh-comment-id:344595101 --> @arunksasi commented on GitHub (Nov 15, 2017): Hi thanks for your reply . Since I don't have my own application services , How can I use document server ? Can u help me ?
Author
Owner

@agolybev commented on GitHub (Nov 15, 2017):

@arunksasi, you may use it with Onlyoffice CommunityServer

<!-- gh-comment-id:344599458 --> @agolybev commented on GitHub (Nov 15, 2017): @arunksasi, you may use it with [Onlyoffice CommunityServer](https://github.com/ONLYOFFICE/Docker-CommunityServer)
Author
Owner

@arunksasi commented on GitHub (Nov 15, 2017):

@agolybev hi , I want to use this document server in my local net work , I don't have a valid domian. will the mail server module work properly ? Or I need to do something fore that ?

<!-- gh-comment-id:344601939 --> @arunksasi commented on GitHub (Nov 15, 2017): @agolybev hi , I want to use this document server in my local net work , I don't have a valid domian. will the mail server module work properly ? Or I need to do something fore that ?
Author
Owner

@agolybev commented on GitHub (Nov 15, 2017):

Yes I've seen problem. Mail Server is unnecessary componet, try installing without it.
I'm not familar with Community Server but I think Step 5 will be like this:

sudo docker run --net onlyoffice -i -t -d --restart=always --name onlyoffice-community-server -p 80:80 -p 443:443 -p 5222:5222 \
 -e MYSQL_SERVER_ROOT_PASSWORD=my-secret-pw \
 -e MYSQL_SERVER_DB_NAME=onlyoffice \
 -e MYSQL_SERVER_HOST=onlyoffice-mysql-server \
 -e MYSQL_SERVER_USER=onlyoffice_user \
 -e MYSQL_SERVER_PASS=onlyoffice_pass \
 
 -e DOCUMENT_SERVER_PORT_80_TCP_ADDR=onlyoffice-document-server \
 
 -v /app/onlyoffice/CommunityServer/data:/var/www/onlyoffice/Data \
 -v /app/onlyoffice/CommunityServer/logs:/var/log/onlyoffice \
 onlyoffice/communityserver
<!-- gh-comment-id:344632501 --> @agolybev commented on GitHub (Nov 15, 2017): Yes I've seen problem. Mail Server is unnecessary componet, try installing without it. I'm not familar with Community Server but I think [Step 5](https://github.com/ONLYOFFICE/Docker-CommunityServer#installing-onlyoffice-community-server-integrated-with-document-and-mail-servers) will be like this: ``` sudo docker run --net onlyoffice -i -t -d --restart=always --name onlyoffice-community-server -p 80:80 -p 443:443 -p 5222:5222 \ -e MYSQL_SERVER_ROOT_PASSWORD=my-secret-pw \ -e MYSQL_SERVER_DB_NAME=onlyoffice \ -e MYSQL_SERVER_HOST=onlyoffice-mysql-server \ -e MYSQL_SERVER_USER=onlyoffice_user \ -e MYSQL_SERVER_PASS=onlyoffice_pass \ -e DOCUMENT_SERVER_PORT_80_TCP_ADDR=onlyoffice-document-server \ -v /app/onlyoffice/CommunityServer/data:/var/www/onlyoffice/Data \ -v /app/onlyoffice/CommunityServer/logs:/var/log/onlyoffice \ onlyoffice/communityserver ```
Author
Owner

@arunksasi commented on GitHub (Nov 15, 2017):

@agolybev Thanks ,
I will try it .

<!-- gh-comment-id:344643004 --> @arunksasi commented on GitHub (Nov 15, 2017): @agolybev Thanks , I will try it .
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#44
No description provided.