GithubHelp home page GithubHelp logo

Comments (8)

arunksasi avatar arunksasi commented on August 14, 2024

any one Please help me ...

from docker-documentserver.

ShockwaveNN avatar ShockwaveNN commented on August 14, 2024

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

from docker-documentserver.

agolybev avatar agolybev commented on August 14, 2024

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

from docker-documentserver.

arunksasi avatar arunksasi commented on August 14, 2024

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

from docker-documentserver.

agolybev avatar agolybev commented on August 14, 2024

@arunksasi, you may use it with Onlyoffice CommunityServer

from docker-documentserver.

arunksasi avatar arunksasi commented on August 14, 2024

@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 ?

from docker-documentserver.

agolybev avatar agolybev commented on August 14, 2024

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

from docker-documentserver.

arunksasi avatar arunksasi commented on August 14, 2024

@agolybev Thanks ,
I will try it .

from docker-documentserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.