Ignore:
Timestamp:
04/11/11 05:51:36 (12 years ago)
Author:
Mark Evenson
Message:

Add an 'update' task to upload application to GAE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/examples/google-app-engine/README

    r13264 r13266  
    3131
    3232
     33Deploying to GAE
     34----------------
     35
     361.  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
     402.  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
     453.  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         
    3355
    3456
    3557
    3658
     59
Note: See TracChangeset for help on using the changeset viewer.