Giter Site home page Giter Site logo

newbigtech / documentserver-from-source-build Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onlyoffice-qa/onlyoffice-documentserver-run-compiled

0.0 0.0 0.0 37 KB

This dockerfile is created from command from manual http://helpcenter.onlyoffice.com/server/linux/document/compile-source-code.aspx

License: GNU General Public License v3.0

Dockerfile 100.00%

documentserver-from-source-build's Introduction

onlyoffice-documentserver-docker-from-manual

This docker is created from command from manual http://helpcenter.onlyoffice.com/server/linux/document/compile-source-code.aspx

BUILD_BRANCH=master && \
ufw allow www && \
EXTERNAL_IP=$(curl ipinfo.io/ip) && \
git clone https://github.com/onlyoffice-testing-robot/documentserver-docker-from-manual.git && \
docker build --build-arg build_branch=$BUILD_BRANCH -t documentserver documentserver-docker-from-manual/Ubuntu14.04 && \
docker run -itd -p 8080:80 documentserver && \
git clone https://github.com/onlyoffice-testing-robot/documentserver-nodejs-example-docker.git && \
sed -i -- 's/external_ip/'"$EXTERNAL_IP"'/g' documentserver-nodejs-example-docker/local.json && \
docker build --build-arg build_branch=$BUILD_BRANCH -t test-example documentserver-nodejs-example-docker && \
docker run -itd -p 80:80 test-example 

documentserver-from-source-build's People

Contributors

shockwavenn avatar

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.