Changeset 13266 for trunk/abcl/examples/google-app-engine/README
- Timestamp:
- 04/11/11 05:51:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/examples/google-app-engine/README
r13264 r13266 31 31 32 32 33 Deploying to GAE 34 ---------------- 35 36 1. To deploy the included example to GAE, you need to first obtain a 37 GAE account, and pick a GAE application id to use with the 38 application. 39 40 2. Then you need to edit 'war/WEB-INF/appengine-web.xml' to specify 41 this application. Just replace the contents of the <applciation> 42 tag (initially 'GAE-APPLICATION-ID-GOES-HERE') in the file with 43 your GAE ID. 44 45 3. Then the Ant task 'update' should upload your application to GAE: 46 47 unix$ ant update 48 49 You will be prompted for the Google Account credentials associated 50 with the application ID. 51 52 53 54 33 55 34 56 35 57 36 58 59
Note: See TracChangeset
for help on using the changeset viewer.