mirror of https://github.com/veops/cmdb.git
doc: add install.sh method in readme
This commit is contained in:
parent
589fdc2bfe
commit
005cb59b52
|
@ -88,7 +88,7 @@ docker-compose up -d
|
||||||
- 第二步: 直接使用项目根目录下的install.sh 文件进行 `安装`、`启动`、`暂停`、`查状态`、`删除`、`卸载`
|
- 第二步: 直接使用项目根目录下的install.sh 文件进行 `安装`、`启动`、`暂停`、`查状态`、`删除`、`卸载`
|
||||||
```shell
|
```shell
|
||||||
curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh
|
curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh
|
||||||
sh istall.sh install
|
sh install.sh install
|
||||||
```
|
```
|
||||||
|
|
||||||
### [本地开发环境搭建](docs/local.md)
|
### [本地开发环境搭建](docs/local.md)
|
||||||
|
|
|
@ -83,7 +83,7 @@ docker-compose up -d
|
||||||
- step 2: directly use the install.sh file in the project's root directory to `install`, `start`, `pause`, `status`, `delete`, and `uninstall` the application.
|
- step 2: directly use the install.sh file in the project's root directory to `install`, `start`, `pause`, `status`, `delete`, and `uninstall` the application.
|
||||||
```shell
|
```shell
|
||||||
curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh
|
curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh
|
||||||
sh istall.sh install
|
sh install.sh install
|
||||||
```
|
```
|
||||||
|
|
||||||
- In directory cmdb
|
- In directory cmdb
|
||||||
|
|
Loading…
Reference in New Issue