blob: 2b49545291ec485e986e89df0c41425e009034ec [file] [log] [blame]
Yulia Portnovab0c977c2015-12-11 19:23:28 +02001#!/bin/bash
2
3set -e
4set -x
5#
6#OMGPATN=/tmp
7#
8#mkdir -p "$OMGPATN"
9#cd "$OMGPATN"
10#
11#git clone https://github.com/openstack/rally
12#git clone https://github.com/Yulya/omgbenchmark
13#
14#mkdir venv
15#cd rally
16#./install_rally.sh -d "$OMGPATN"/venv -y
17#
18#cd "$OMGPATN"
19#source venv/bin/activate
20#apt-get -y install python-scipy libblas-dev liblapack-dev libatlas-base-dev gfortran
21#pip install oslo.messaging petname scipy
22#
23#
24#