Based on http://www.gwtproject.org 's architecture.
If you want to contribute and add some documentation for one of the projects, see the site
module instructions.
site
: a markdown -> html converting systemwebapp
: the actual website to be hosted on app engineuploader
: a simple program that pushes compiled html files towebapp
's datastore
mvn clean install && cd webapp && mvn appengine:update -Pprod && cd ../uploader && touch credentials && ./save_credentials.sh && ./upload.sh credentials
When prompted, app id is docs-site
.