X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=install.sh;h=a918340cae65b6677c8fb3dc780f7feb5bbb5750;hb=639450d91ab409f70b6f119291197da40b1d5f0b;hp=80fc1e523bb9975f7de341e84e704067bceca5a4;hpb=02e9da46ba3eed7e4552a30030000459fb56b7da;p=yardstick.git diff --git a/install.sh b/install.sh index 80fc1e523..a918340ca 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,13 @@ +#!/bin/bash +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + # install tools apt-get update && apt-get install -y \ wget \ @@ -11,8 +21,14 @@ apt-get update && apt-get install -y \ libssl-dev \ python \ python-dev \ + python-pip \ + flake8 libxml2-dev \ libxslt1-dev \ + nginx \ + uwsgi \ + uwsgi-plugin-python \ + supervisor \ python-setuptools && \ easy_install -U setuptools