mirror of https://github.com/veops/cmdb.git
change Readme
This commit is contained in:
parent
1452b33e60
commit
8385941bc7
|
@ -1,7 +1,7 @@
|
||||||
<h1 align="center">CMDB</h1>
|
<h1 align="center">CMDB</h1>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
As far as possible to achieve more universal g and maintenance of IT resources
|
As far as possible to achieve more universal configuration and maintenance of IT resources
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
@ -70,7 +70,7 @@ There are various ways of installing CMDB.
|
||||||
- worker: in**cmdb-api**directory: ```pipenv run celery worker -A celery_worker.celery -E -Q cmdb_async --concurrency=1```
|
- worker: in**cmdb-api**directory: ```pipenv run celery worker -A celery_worker.celery -E -Q cmdb_async --concurrency=1```
|
||||||
|
|
||||||
- homepage: [http://127.0.0.1:8000](http://127.0.0.1:8000)
|
- homepage: [http://127.0.0.1:8000](http://127.0.0.1:8000)
|
||||||
- if not run localhost: please change ip address(**VUE_APP_API_BASE_URL**) in config file **cmdb-ui/.env** into backend your ip
|
- if not run localhost: please change ip address(**VUE_APP_API_BASE_URL**) in config file **cmdb-ui/.env** into your backend ip address
|
||||||
|
|
||||||
### Install by Makefile
|
### Install by Makefile
|
||||||
- start mysql,redis
|
- start mysql,redis
|
||||||
|
|
Loading…
Reference in New Issue