Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

googlearchive/appengine-images-guestbook-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guestbook With Images

status: inactive

This project is no longer actively developed or maintained.

For new work on this check out images example.

This is a version of the guestbook sample app for Google App Engine that exercises the images Python API.

See our other Google Cloud Platform github repos for sample applications and scaffolding for other python frameworks and use cases.

Run Locally

  1. Install the Google Cloud SDK, including the gcloud tool, and gcloud app component.

  2. Setup the gcloud tool.

    gcloud components update app
    gcloud auth login
    gcloud config set project <your-app-id>
    

    You don't need a valid app-id to run locally, but will need a valid id to deploy below.

  3. Clone this repo.

    git clone https://github.com/GoogleCloudPlatform/appengine-images-guestbook-python.git
    
  4. Run this project locally from the command line.

    gcloud preview app run appengine-images-guestbook-python/
    
  5. Visit the application at http://localhost:8080.

Deploying

  1. Use the Cloud Developer Console to create a project/app id. (App id and project id are identical)

  2. Configure gcloud with your app id.

    gcloud config set project <your-app-id>
    
  3. Use the Admin Console to view data, queues, and other App Engine specific administration tasks.

  4. Use gcloud to deploy your app.

    gcloud preview app deploy appengine-images-guestbook-python/
    
  5. Congratulations! Your application is now live at your-app-id.appspot.com

Contributing changes

Licensing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages