Home | History | Annotate | Download | only in gcm

Lines Matching full:demo

74   <li>From the <a href="http://code.google.com/p/gcm">open source site</a>, download the following directories: <code>gcm-server</code>, <code>samples/gcm-demo-server</code>, and <code>samples/gcm-demo-appengine</code>.</p>
77 <li>In a text editor, edit the <code>samples/gcm-demo-server/WebContent/WEB-INF/classes/api.key</code> and replace the existing text with the API key obtained above.</li>
78 <li>In a shell window, go to the <code>samples/gcm-demo-server</code> directory.</li>
93 [war] Building war: <strong>dist/gcm-demo.war</strong>
99 <li>Deploy the <code>dist/gcm-demo.war</code> to your running server. For instance, if you're using Jetty, copy <code>gcm-demo.war</code> to the <code>webapps</code> directory of the Jetty installation.</li>
100 <li>Open the server's main page in a browser. The URL depends on the server you're using and your machine's IP address, but it will be something like <code>http://192.168.1.10:8080/gcm-demo/home</code>, where <code>gcm-demo</code> is the application context and <code>/home</code> is the path of the main servlet.
114 <li>In a text editor, edit <code>samples/gcm-demo-appengine/src/com/google/android/gcm/demo/server/ApiKeyInitializer.java</code> and replace the existing text with the API key obtained above.
119 <li>In a shell window, go to the <code>samples/gcm-demo-appengine</code> directory.</li>
124 Buildfile: gcm-demo-appengine/build.xml
127 [mkdir] Created dir: gcm-demo-appengine/dist
142 [java] INFO: Successfully processed gcm-demo-appengine/WebContent/WEB-INF/appengine-web.xml
144 [java] INFO: Successfully processed gcm-demo-appengine/WebContent/WEB-INF/web.xml
145 [java] Jun 15, 2012 8:46:09 PM com.google.android.gcm.demo.server.ApiKeyInitializer contextInitialized