0
votes

I have a problem with my PHPStorm IDE, the version is 7

this is my First time using Google App Engine on PHPStorm IDE I choose the PHPStorm

when i set up the GAE project with the following tutorial :

http://goo.gl/LTEv8R

i click Run button, and then show nothing. what's wrong with the project ? everyone tell me this ? thanks !! by the way, my php-cgi installed by Homebrew (brew install --with-cgi --with-debug php54) and google-php-sdk installed by the official app : Google App Engine Launcher, it includes sdk in the directory of the App Contents (GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/google_appengine)

Screenshot http://i42.tinypic.com/122f51s.png

1

1 Answers

2
votes

You need to access the app though the web browser after you've clicked run.

Open chrome and go to 127.0.0.1:8080 and you should see "Hello World".