A skeleton for creating applications with CakePHP 2.0.
- Download Composer or update
composer self-update
. - Run
php composer.phar create-project flug/concoction [app_name]
.
If Composer is installed globally, run
composer create-project flug/concoction [app_name]
You should now be able to visit the path to where you installed the app and see the setup traffic lights.
Read and edit app/Config/core.php
and rename and setup the database.php and any other
configuration relevant for your application.