8000 Example of setup and an Erlang Release version (21.3) working for MZBench · Issue #26 · mzbench/mzbench · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Example of setup and an Erlang Release version (21.3) working for MZBench #26
Open
@ioolkos

Description

@ioolkos

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0