huasem / Docker-DocumentServerBuilder

Docker container for build sources from DocumentServer repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use it

Step 1

Install the latest Docker version. Please see the Installation section on Docker website to learn how to get it.

Step 2

Get the latest version of Document Server source code from GitHub:

git clone --recursive https://github.com/ONLYOFFICE/DocumentServer.git

Switch to the Document Server directory:

cd DocumentServer

Step 3

Build Document Server components:

sudo docker run --rm -v $PWD:/var/lib/onlyoffice onlyoffice/documentserver-builder

About

Docker container for build sources from DocumentServer repository

License:GNU Affero General Public License v3.0


Languages

Language:Dockerfile 76.9%Language:Shell 23.1%