From 8385941bc7b97591e914ee21568b9f68eb0f1398 Mon Sep 17 00:00:00 2001 From: fxiang21 Date: Tue, 31 Dec 2019 22:43:52 +0800 Subject: [PATCH] change Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbefe3e..869863c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

CMDB

-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
@@ -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``` - 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