A simple application to make an online shop with cakephp
- Clone or download this repository.
- Run
php composer.phar install
.
If Composer is installed globally, run
composer install
- Create database and import the provided SQL file.
- Update your database setting on
config/database.php
.
You should now be able to visit the path to where you installed the app and see the setup traffic lights.
Read and edit config/app.php
and setup the 'Datasources' and any other
configuration relevant for your application.