- Install Composer (https://getcomposer.org/)
- run
composer install
in your application's root folder (downloads dependencies and puts them invendor/
)
- edit
boostrap/start.php
and change in the detectEnvironment-callback'local' => array('WoodenDoors'),
to include the name of your computer - edit
app/config/local/database.php
to match an existing mysql user and database on your machine (the datbase must be empty and match the collation in the database configuration) - start a command-prompt in your application's root folder