Is there a step by step to add this starting from not having a google app account

69 views
Skip to first unread message

Charles Yarbrough

unread,
Jul 21, 2016, 3:54:00 PM7/21/16
to Stashboard
I can't even figure out how to set up an account yet add this.

By the way I have read the Stash site start to finish and have been programming and running websites for 16 years.

It's very allusive.

What is the correct code? where do you sign up? how do you add the code?

Deploy to AppSpot

Before you can deploy Stashboard, you will need to create an application on App Engine. Google has a simple tutorial for registering applications with App Engine.

Once your application is registered, open app.yaml in the Stashboard directory and change application-id to the name of your newly created application.

Hit the 'Deploy' button, wait a couple of seconds, and then navigate to http://{app-name}.appspot.com to enjoy your new status dashboard


Google is equally allusive:


Where do you run the code, how to add an account, is it free, there is no details for someone that has no experience with it.



Deploying the Application

This part of the Python Guestbook code walkthrough shows how to deploy the application to App Engine. You need your project ID to deploy your app.

This page is part of a multi-page tutorial. To start from the beginning and see instructions for setting up, go to Creating a Guestbook.

Deploying the app to App Engine

To deploy the app, enter the following command. The -V parameter specifies a version name of your choice:

appcfg.py -A [YOUR_PROJECT_ID] -V v1 update ./

Your app is now deployed and ready to serve traffic at http://[YOUR_PROJECT_ID].appspot.com/.

The Datastore indexes might take some time to generate before your application is available. If the indexes are still in the process of being generated, you will receive a NeedIndexError message when accessing your app. This is a transient error, so try a little later if at first you receive this error.





Reply all
Reply to author
Forward
0 new messages