Ubuntu16.04 Compile completed,the welcome page didn't show up
fowny opened this issue · 2 comments
fowny commented
Steps to reproduce the problem:
Compile:
apt-get update
apt-get install -y python git
git clone https://github.com/ONLYOFFICE/build_tools.git
cd build_tools/tools/linux
./automate.py server
Run:
git clone https://github.com/ONLYOFFICE-QA/onlyoffice-documentserver-run-compiled.git
DOCUMENT_SERVER_RESULTS="$HOME/build_tools/out"
docker build --tag documentserver Ubuntu16.04
docker run -itd -p 80:80 -v${DOCUMENT_SERVER_RESULTS}:/out documentserver
build_tools base repo version:
v7.5.1
v7.5.0.136
Operating system:
Ubuntu16.04
Compiler version:
v7.5.1
v7.5.0.136