zoukankan      html  css  js  c++  java
  • gae python upload application

    Uploading Your Application - Google App Engine — Google Developers

    Uploading Your Application

    You create and manage applications in App Engine using the Administration Console. Once you have registered an application ID for your application, you upload it to your website using appcfg.py, a command-line tool provided in the SDK. Or, if you're using Google App Engine Launcher, you can upload your application by clicking the Deploy button.

    Note: Once you register an application ID, you can delete it, but you can't re-register that same application ID after it has been deleted. You can skip these next steps if you don't want to register an ID at this time.

    Registering the Application

    You create and manage App Engine web applications from the App Engine Administration Console, at the following URL:

    https://appengine.google.com/

    Google App Engine Launcher users can reach this URL by clicking the Dashboard button.

    Sign in to App Engine using your Google account. If you do not have a Google account, you can create a Google account with an email address and password.

    To create a new application, click the "Create an Application" button. Follow the instructions to register an application ID, a name unique to this application. If you elect to use the free appspot.com domain name, the full URL for the application will be http://your_app_id.appspot.com/. You can also purchase a top-level domain name for your app, or use one that you have already registered.

    Edit the app.yaml file, then change the value of the application: setting from helloworld to your registered application ID.

    Uploading the Application

    To upload your finished application to Google App Engine, run the following command:

    appcfg.py update helloworld/
    

    Or click Deploy in Google App Engine Launcher.

    Enter your Google username and password at the prompts.

    You can now see your application running on App Engine. If you set up a free appspot.com domain name, the URL for your website begins with your application ID:

    http://your_app_id.appspot.com

    Congratulations!

  • 相关阅读:
    UWP取出图片主色调
    UWP上可用的GB2312编码
    嵌入的资源 和 Resource
    WPF 斜角border
    .net core初试 --- 控制台程序
    Python初学手记----在window系统中安装环境
    我的第一个网络爬虫 C#版 福利 程序员专车
    使用FFMpeg命令行录屏推rtmp流
    WPF制作表示透明区域的马赛克画刷
    WPF之坑——surface触控失灵之谜
  • 原文地址:https://www.cnblogs.com/lexus/p/2461672.html
Copyright © 2011-2022 走看看