Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

GoogleCloudPlatform/appengine-cakephp-starter-app

Repository files navigation

status: inactive

CakePHP Application Skeleton

License

A skeleton for creating Google App Engine applications with CakePHP 3.0.

Installation

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

If Composer is installed globally, run

composer create-project --prefer-dist google/appengine-php-cakephp-starter-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

The composer install script will ask for the production and development database configurations, and create the correct app.yaml file for the application.

If these details need updating then edit the app.yaml and configure the MySQL environment variables to connect to the updated MySQL configuration relevant for your application.