This guide assumes you know how to use the command-line and that your machine has php and mysql installed.
composer install
(at the end it will ask for the database configuration parameters)php bin/console doctrine:database:create
php bin/console doctrine:schema:create
php bin/console app:import:std path-to-arkhamdb-json-data/
pointing to where you checked out the json dataphp bin/console server:run