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:
|
||||
pipenv install --dev && \
|
||||
pipenv run flask db-setup && \
|
||||
pipenv run flask init-cache && \
|
||||
pipenv run flask cmdb-init-cache && \
|
||||
cd cmdb-ui && yarn install && cd ..
|
||||
|
||||
api:
|
||||
cd cmdb-api && pipenv run flask run -h 0.0.0.0
|
||||
|
||||
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:
|
||||
cd cmdb-ui && yarn run serve
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
### 更多功能
|
||||
|
||||
> 也欢迎移步[维易科技官网](https://www.veops.cn),发现更多免费运维系统。
|
||||
> 也欢迎移步[维易科技官网](https://veops.cn),发现更多免费运维系统。
|
||||
|
||||
## 接入公司
|
||||
|
||||
|
|
1038
docs/cmdb_api.md
1038
docs/cmdb_api.md
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue