The final step in this installation guide is to have a trial run of the helloworld application locally.
- Start the Google App Engine SDK,
- Click on the "helloworld" application, you will see the "Run" button is enabled. Press the "Run" button
- When the application is trying to start up, you will see an orange "clock" icon appeared on the left of the label of "helloworld", now wait until "clock" icon disappeared.
- Now a green "play" icon has been appear on the left of the "helloworld" label, showing that the application has been started successfully. You can press the "Browse" button to launch the Internet Explorer directly.
- In the Internet Explorer, you will notice that the Address is http://localhost:8080/ meaning that the application is run locally. In the content window of the Internet Explorer, you will see the "Hello World!" message.
|
|