Go to admin interface and click in "Pack All: it generates a .w2p package.
Or just go to your shell and $tar -cvf myapp.tar.gz /path/to/my/app If you want some more specific package system maybe it is better to put your app in github and use Fabric, Puppet, Cheff, BUildout or other tools like this to create a installation recipe. --

