/slimgae

A PHP app based on the Slim micro framework optimized to work in Google App Engine using the Google Datastore (NoSQL) as backend.

Primary LanguagePHP

SlimGAE

A PHP app based on the Slim microframework optimized to work in Google App Engine using the Google Datastore (NoSQL) as backend.

GCloud Commands

  1. You can init your app from the command line by running:
$ gcloud app init
  1. You can deploy your app from the command line by running:
$ gcloud app deploy --version=v2
  1. You can stream logs from the command line by running:
$ gcloud app logs tail -s default
  1. To view your application in the web browser run:
$ gcloud app browse