【发布时间】:2015-05-08 10:51:39
【问题描述】:
我正在尝试通过本教程在 Google 云上安装 Wordpress:https://googlecloudplatform.github.io/appengine-php-wordpress-starter-project/
我已经成功创建了一个数据库,现在我想将文件部署到服务器(使用 Google Launcher 和终端命令尝试过),但它给了我以下响应:
This application does not exist (app_id=u'sunlit-precinct-93807').
我不知道我做错了什么。我的应用程序在此处运行状态:https://appengine.google.com 以及在我的云控制台中。
$ appcfg.py update /Users/639/Desktop/appengine-php-wordpress-starter-project_build_linux_mac
12:41 PM Application: sunlit-precinct-93807; version: wpfromstarterproject
12:41 PM Host: appengine.google.com
12:41 PM
Starting update of app: sunlit-precinct-93807, version: wpfromstarterproject
12:41 PM Getting current resource limits.
12:41 PM Scanning files on local disk.
12:41 PM Scanned 500 files.
12:41 PM Scanned 1000 files.
Error 404: --- begin server output ---
This application does not exist (app_id=u'sunlit-precinct-93807').
--- end server output ---
iMac-van:~ 639$ appcfg.py update /Users/639/Desktop/appengine-php-wordpress-starter-project_build_linux_mac
12:42 PM Application: sunlit-precinct-93807; version: wpfromstarterproject
12:42 PM Host: appengine.google.com
12:42 PM
Starting update of app: sunlit-precinct-93807, version: wpfromstarterproject
12:42 PM Getting current resource limits.
12:42 PM Scanning files on local disk.
12:42 PM Scanned 500 files.
12:42 PM Scanned 1000 files.
Error 404: --- begin server output ---
This application does not exist (app_id=u'sunlit-precinct-93807').
--- end server output ---
【问题讨论】:
标签: wordpress shell google-app-engine google-cloud-storage