Open
Description
A series of shell commands to setup MZBench manually. I confirmed this is working as is.
curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
chmod a+x kerl
./kerl update releases
./kerl build 21.3.8.20 21.3.8.20
./kerl install 21.3.8.20 21.3.8.20
. /home/path/to/yourinstalldir/21.3.8.20/activate
git clone git://github.com/mzbench/mzbench
cd mzbench
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
./bin/mzbench start_server
Then go to localhost:4800
Metadata
Metadata
Assignees
Labels
No labels