diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-08-01 02:17:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-01 02:17:22 +0000 |
commit | 07e6f121f9ff5ef221c483aa9c5ec79811bea913 (patch) | |
tree | 5f19a3264252b513440ec869a9add7dd01af0097 /install.sh | |
parent | dfac81ab72dbed41b79ab49c3afd9d6e41ffe43f (diff) | |
parent | aae1cd37cbdf2382b002177a3b4c77bdb968c6db (diff) |
Merge "Add yardstick logo in GUI"
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh index e82ae0233..8a5050a61 100755 --- a/install.sh +++ b/install.sh @@ -89,6 +89,7 @@ pip install -e . /bin/bash "${PWD}/docker/uwsgi.sh" /bin/bash "${PWD}/docker/nginx.sh" cd "${PWD}/gui" && /bin/bash gui.sh +mkdir -p /etc/nginx/yardstick mv dist /etc/nginx/yardstick/gui service nginx restart |