- Production Website: https://tatwell-php-demo.appspot.com/
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
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
From command line:
php ./appengine/tests/console.php
To deploy the application to the Google App Engine platform:
appcfg.py update ./appengine