Sdkjs is released under an GNU AGPL v3.0 license. See the LICENSE file for more information.
本项目fork自 ONLYOFFICE官方sdkjs
现根据GUN AGPL v3.0协议开源本项目
- 编译 sdkjs 和 web-apps 两个工程,流程如下(如有需要)
- web-apps 工程中的 index.html 变更项复制入 index.html.deploy 中(如有变更)
- cd /build 目录,执行 grunt 命令
- nginx/html 目录下,执行 build.sh,打包开发环境的 docker
- cd /test 目录,执行 build.sh,打包并上传测试环境的 docker(如有需要)
- cd /prod 目录,直接 build.sh、build2.sh,打包并上传正式环境的两个 docker