Skip to content

oakstair/gradle-gae-plugin-tryout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project uses gradle & gradle-appengine-plugin to build, test and deploy a google example project. See http://googcloudlabs.appspot.com/codelabexercise8.html

To build, deploy and test locally: (Assuming you have git and gradle installed)

  1. git clone git@github.com:oakstair/gradle-gae-plugin-tryout.git
  2. cd gradle-gae-plugin-tryout
  3. gradle appengineRun
  4. In a web browser goto http://localhost:8888
  5. Upload the file data/orders1.xml. These orders will show up as pending orders.
  6. Select "Pending" orders and confirm some of them. And the will show up as "Processing"
  7. Klick "Process Confimrd Orders" to chnage their status to "Processed".

To build, deploy and test on appengine:

  1. git clone git@github.com:oakstair/gradle-gae-plugin-tryout.git
  2. cd gradle-gae-plugin-tryout
  3. Edit ./build.gradle and set appId and appEmail to your own values.
  4. Edit src/main/webapp/WEB-INF/appengine-web.xml Change application to your application name.
  5. Edit ajax.util.js line 199 since there is an url where you have to change to application name as well.
  6. gradle appengineUpdate
  7. gradle appengineUpdateBackend
  8. In a web browser goto http://your-app-name.appsot.com
  9. Upload the file data/orders1.xml. These orders will show up as pending orders.
  10. Select "Pending" orders and confirm some of them. And the will show up as "Processing"
  11. Klick "Process Confimrd Orders" to chnage their status to "Processed".

About

A minimal project to try out the gradle-gae-plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published