aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2016-11-22 16:06:04 +0000
committerchenjiankun <chenjiankun1@huawei.com>2016-11-23 09:51:05 +0000
commited5a8ca39c778ea85cca6bb5e99ec39869d7a051 (patch)
treedad753e5dae4a424ae8d1c268ca92a5f69db5758 /install.sh
parent0e23c697e6329a57ba168cc57886b436ea87cdc4 (diff)
Deployment for API
JIRA: YARDSTICK-418 Set yardstick.conf in /etc/yardstick/ to config yardstick output way Set nginx config file Set nginx service and uwsgi service start when boot Change-Id: I5749042ae1b05feaf895cb0abffed7f9194b9cee Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
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