diff options
author | Jing Lu <lvjing5@huawei.com> | 2016-11-24 06:36:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-24 06:36:31 +0000 |
commit | d491d77dea52e459dc6f1e1ec39703e26a4857e7 (patch) | |
tree | 50f490c214ae2a66720262111b380c83bcdb07ee /install.sh | |
parent | 719cb0de632c4b1a81e93231278323e43a58dfdf (diff) | |
parent | ed5a8ca39c778ea85cca6bb5e99ec39869d7a051 (diff) |
Merge "Deployment for API"
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh index 80fc1e523..8fdd07569 100755 --- a/install.sh +++ b/install.sh @@ -13,6 +13,9 @@ apt-get update && apt-get install -y \ python-dev \ libxml2-dev \ libxslt1-dev \ + nginx \ + uswgi \ + uwsgi-plugin-python \ python-setuptools && \ easy_install -U setuptools |