summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2016-12-05 06:33:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-05 06:33:43 +0000
commit310eec58b65fdea6ded88f4271d93a8eaf7a599a (patch)
tree662d185caef47631f30e80df3bd76431277f28a1 /install.sh
parent65e770afb564045d647abe2bdc2892ebe1130015 (diff)
parentffd0de5f9728e5c6d4a03eefc0d9782b530526ab (diff)
Merge "Making nginx and uwsgi service start when run docker by using supervisor"
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index afb735195..e9b6035d9 100755
--- a/install.sh
+++ b/install.sh
@@ -16,6 +16,7 @@ apt-get update && apt-get install -y \
nginx \
uwsgi \
uwsgi-plugin-python \
+ supervisor \
python-setuptools && \
easy_install -U setuptools