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 app/console doctrine:database:create
php app/console doctrine:schema:create
php app/console server:run