ritaco/app

Rita 3 skeleton app

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 389

Open Issues: 0

Type:project

3.0.0-RC2 2015-02-07 01:22 UTC

README

Build Status License

A skeleton for creating applications with Rita + CakePHP 3.0.

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project --prefer-dist ritaco/app [app_name].

If Composer is installed globally, run

composer create-project --prefer-dist ritaco/app [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.