update README

This commit is contained in:
pycook 2019-12-31 22:53:21 +08:00
parent a3ff843f54
commit 9d3d2e6b00
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,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```
- 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
- start mysql,redis