This package is abandoned and no longer maintained. No replacement package was suggested.

CakePHP skeleton app

Installs: 185

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/gintonicweb/app

dev-master 2016-04-28 20:23 UTC

This package is not auto-updated.

Last update: 2017-05-06 12:47:37 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

A skeleton for creating applications with GintonicCMS

The cms source code can be found here: gintonicweb/GintonicCMS.

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project gintonicweb/app="dev-master" [app_name].

If Composer is installed globally, run

composer create-project gintonicweb/app="dev-master" [app_name]

You should now be able to visit the path to where you installed the app and see the setup traffic lights.

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application.