Skip to content

tatwell/simple-php-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PHP Demo

Development

Setup

Google App Engine requires the Google SDK for PHP and PHP 5.5 or higher.

To clone the repository:

git clone https://github.com/tatwell/simple-php-demo.git

Local Server

Run the local Google App Engine development server at port 3333 from the project root directory:

dev_appserver.py --port=3333 --admin_port=3334 --api_port=3335 \
  --php_executable_path=/usr/bin/php-cgi \
  ./appengine

On Linux, specify the PHP executable path. To locate:

which php

Tests

From command line:

php ./appengine/tests/console.php

Deployment

To deploy the application to the Google App Engine platform:

appcfg.py update ./appengine

About

Simple PHP demo site for Google App Engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages