简体   繁体   English

如何将我创建的应用程序下载到桌面上的文件夹中,以便设置路径然后进行部署?

[英]How do I download the app I created to a folder on my desktop so that I can set the path and then deploy?

I have set up an application at https://appengine.google.com/ I have downloaded and installed Python 2.7 I have downloaded and installed Google App Engine Laucher 我已经在https://appengine.google.com/上建立了一个应用程序。我已经下载并安装了Python 2.7。我已经下载并安装了Google App Engine Laucher。

I need to 'Add existing Application' 我需要“添加现有应用程序”

How do I download the app I created in step one above to a folder on my desktop so that I can set the path and then deploy? 如何将在第一步中创建的应用程序下载到桌面上的文件夹中,以便设置路径然后进行部署?

You can download an app using appcfg.py (see docs ): 您可以使用appcfg.py下载应用程序(请参阅docs ):

appcfg.py download_app -A <your_app_id> -V <your_app_version> <output-dir>

But, if you haven't deployed your app yet - you should create it first and upload . 但是,如果您尚未部署应用程序,则应先创建它并上传

Hope that helps. 希望能有所帮助。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何删除目标文件夹中的“$”以便下载 Anaconda? - How do I get rid of the '$' in the destination folder so I can download Anaconda? 如何部署我的 Python Flask 开发应用程序,以便网络 (Wifi) 上的其他设备也可以访问它? - How do I deploy my Python Flask dev app so other devices across the network (Wifi) can also access it? 如何部署Python桌面应用程序? - How do I deploy a Python desktop application? 如何使用排序方法,以便可以读取 outlook 文件夹中的最后一个 email ? - How do I use the sort method so I can read the last email in my outlook folder? 如何配置python脚本的路径,以便可以使用cmd和python解释器打开它 - How do I configure the path of my python scripts so I can open it with cmd and python interpreter 如何将文件从下载文件夹移动到桌面上的文件夹(我需要在每台计算机上使用它) - How do I move a file from the downloads folder to a folder on my Desktop (I need this to work on every computer) 如何设置我的路径,以便它与作为 package 本地安装的 Python 代码一起使用 - How can I set my path so that it works with Python code that is locally installed as a package 如何为supervisord设置PATH,以便找到可执行文件 - How can I set the PATH for supervisord so it finds the executables 如何将我的 python gui 程序存储为桌面应用程序? - how can i store my python gui program as desktop app? 我不小心用 Python 在我的桌面上创建了大量文件。 我该如何摆脱它们? - I accidentally created a huge amount of files on my Desktop with Python. How do I get rid of them?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM