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
.
IntelliJ Run Configuration:
Parameter | Value |
---|---|
Module | webapp |
Dev Mode Parameters | -port 8080 |
Server | AppEngine Dev |
mvn clean install -pl -webapp && cd uploader/ && ./upload.sh localhost && cd ..