From ed5a8ca39c778ea85cca6bb5e99ec39869d7a051 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Tue, 22 Nov 2016 16:06:04 +0000 Subject: 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 --- install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install.sh') 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 -- cgit 1.2.3-korg