GoogleCloudPlatform/appengine-cakephp-starter-app

Name: appengine-cakephp-starter-app

Owner: Google Cloud Platform

Description: CakePHP 3.0 application template for Google App Engine

Created: 2015-06-22 05:57:46.0

Updated: 2018-04-09 06:52:22.0

Pushed: 2015-06-23 23:57:40.0

Homepage: null

Size: 199

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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

oser 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.