The completed CMS tutorial application created during https://book.cakephp.org/3.0/en/tutorials-and-examples/cms/installation.html
- Download Composer or update
composer self-update
. - Download this source code.
- Install dependencies with composer
composer install
Update the 'Datasources'
configuration in config/app.php
for your local database.
You'll also need to create a database and run the SQL located in the tutorial.