mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-10 01:44:14 +00:00
complementing readme
This commit is contained in:
parent
320f6d142d
commit
b0e50b2d27
27
README.md
27
README.md
@ -1,3 +1,30 @@
|
|||||||
|
#项说明
|
||||||
|
在每个budle都是git clone之后执行
|
||||||
|
创建
|
||||||
|
```bash
|
||||||
|
git submodule update --init
|
||||||
|
|
||||||
|
```
|
||||||
|
建立追踪
|
||||||
|
```bash
|
||||||
|
git submodule foreach -q --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
|
||||||
|
````
|
||||||
|
|
||||||
|
# WebContent
|
||||||
|
初始化,建立软连接.
|
||||||
|
第一个参数必须要绝对地址
|
||||||
|
第二个可以是相对地址
|
||||||
|
```bash
|
||||||
|
ln -s ..../bdcontract-web-ide/ ./WebContent/ide
|
||||||
|
```
|
||||||
|
|
||||||
|
# 设置
|
||||||
|
CMHttpServer的run configuration里配置好路径为"xxx/bdcontract-bundle/agent-backend"
|
||||||
|
|
||||||
|
在启动完成后,需要在 [节点管理](http://127.0.0.1:21035/NodePortal.html) 配置``./yjs.jar``的路径。建议为绝对路径"xxx/cp-bundle/cp/build/output/yjs.jar"
|
||||||
|
|
||||||
|
#
|
||||||
|
|
||||||
## Docker镜像制作
|
## Docker镜像制作
|
||||||
把`Dockerfile`放到一个目录,同时把编译好的`bdagent-lite.zip`放到同一目录,并解压、制作镜像:
|
把`Dockerfile`放到一个目录,同时把编译好的`bdagent-lite.zip`放到同一目录,并解压、制作镜像:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user