mirror of https://github.com/veops/cmdb.git
update cmdb_api.md
This commit is contained in:
parent
e5addab3af
commit
76f074704b
4
Makefile
4
Makefile
|
@ -18,14 +18,14 @@ env:
|
||||||
deps:
|
deps:
|
||||||
pipenv install --dev && \
|
pipenv install --dev && \
|
||||||
pipenv run flask db-setup && \
|
pipenv run flask db-setup && \
|
||||||
pipenv run flask init-cache && \
|
pipenv run flask cmdb-init-cache && \
|
||||||
cd cmdb-ui && yarn install && cd ..
|
cd cmdb-ui && yarn install && cd ..
|
||||||
|
|
||||||
api:
|
api:
|
||||||
cd cmdb-api && pipenv run flask run -h 0.0.0.0
|
cd cmdb-api && pipenv run flask run -h 0.0.0.0
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
cd cmdb-api && pipenv run celery worker -A celery_worker.celery -E -Q cmdb_async --concurrency=1
|
cd cmdb-api && pipenv run celery worker -A celery_worker.celery -E -Q one_cmdb_async --concurrency=1 -D && pipenv run celery worker -A celery_worker.celery -E -Q acl_async --concurrency=1 -D
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
cd cmdb-ui && yarn run serve
|
cd cmdb-ui && yarn run serve
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
### 更多功能
|
### 更多功能
|
||||||
|
|
||||||
> 也欢迎移步[维易科技官网](https://www.veops.cn),发现更多免费运维系统。
|
> 也欢迎移步[维易科技官网](https://veops.cn),发现更多免费运维系统。
|
||||||
|
|
||||||
## 接入公司
|
## 接入公司
|
||||||
|
|
||||||
|
|
1022
docs/cmdb_api.md
1022
docs/cmdb_api.md
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue