我按照本教程在Google App Engine上设置Wordpress:
http://googlecloudplatform.github.io/appengine-php-wordpress-starter-project/
我在GAE Launcher中运行应用程序,然后转到此地址:
http://localhost:8080/wp-admin/install.php
这应该运行Wordpress安装程序。但是,它只显示" Hello world!"
这是Launcher日志:
*** Running dev_appserver with the following flags:
--skip_sdk_update_check=yes --port=8080 --admin_port=8000
Python command: /usr/bin/python2.7
INFO 2014-09-23 22:06:18,670 devappserver2.py:725] Skipping SDK update check.
WARNING 2014-09-23 22:06:18,673 api_server.py:383] Could not initialize images API; you are likely missing the Python "PIL" module.
INFO 2014-09-23 22:06:18,676 api_server.py:171] Starting API server at: http://localhost:52328
INFO 2014-09-23 22:06:18,680 dispatcher.py:183] Starting module "default" running at: http://localhost:8080
INFO 2014-09-23 22:06:18,684 admin_server.py:117] Starting admin server at: http://localhost:8000
INFO 2014-09-23 22:06:38,979 module.py:652] default: "GET /wp-admin/install.php HTTP/1.1" 200 12
答案 0 :(得分:1)
听起来不是在初学者项目文件夹中找到正确的项目,而是创建了一个新项目(" Hello world!"当您创建没有内容的新项目时,您会看到默认项目),可能在您的初始项目文件夹的子目录中。尝试从应用引擎启动器中删除项目,然后将包含项目文件的文件夹拖到应用引擎启动器项目列表窗格中(这应该会将其创建为项目)。