Skip to content
tschaub edited this page May 16, 2011 · 7 revisions

Notes for sfpark.org rewrite

Find design documents on the design page.

Release procedure

This will change as we change what we are delivering, but for now, we're delivering .war files of the complete demo app.

First, tag a new release and push it.

git tag -a v0.12 -m "Tagging the v0.12 release."
git push --tags

Next, build the app (static files only), and rename the archive to match the tag name.

ant static-war
mv build/sfpark.org.war sfpark.org-v0.12.war

Finally, bundle up everything in the data directory - naming the archive like the tag name.

zip -r data-v0.12.zip data/

Add the resulting archives to the downloads page, and send links to the client.

Clone this wiki locally