Fix the install murano-dashboard

Change-Id: Ie20240aa248a73b4f2dc1b492a7b23ba521856f7
This commit is contained in:
zhurong 2022-01-14 07:49:49 +00:00
parent 0dbf31f18f
commit ad3ddf6c20
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Install
2. Install virtualenv::
user@work:~/$ cd murano-dashboard && sudo python ./tools/install_venv.py
user@work:~/$ cd murano-dashboard && tox -evenv
Configure
---------
@ -62,4 +62,4 @@ Run
----
Run Dashboard in virtualenv::
user@work:~/$ cd murano-dashboard && sudo ./tools/with_venv.sh python manage.py runserver 0.0.0.0:8080
user@work:~/$ cd murano-dashboard && source .tox/bin/activate && python manage.py runserver 0.0.0.0:8080