Import OnlyOffice code from the 'onlyoffice' branch and sframe it

This commit is contained in:
yflory
2018-01-25 11:06:58 +01:00
parent c50b8dd3e9
commit 5827905dbd
3181 changed files with 1607591 additions and 11 deletions

10
www/onlyoffice/build/build.sh Executable file
View File

@@ -0,0 +1,10 @@
git clone https://github.com/ldubost/web-apps.git
git clone https://github.com/ldubost/sdkjs.git
cd sdkjs
make
cd ..
rm -rf ../web-apps
cp -r web-apps/deploy/web-apps ..
rm -rf ../sdkjs
cp -r web-apps/deploy/sdkjs ..

5
www/onlyoffice/build/update.sh Executable file
View File

@@ -0,0 +1,5 @@
cd web-apps
git pull
cd ../sdkjs
git pull
make clean