Prerequisites:

  • Get a user account on geonode.capra.opengeo.org with root access
  • Get the deployment script. I put it in
        <my home dir>/deployment
    
    You can get it by cloning the git repository here:
        ssh://geonode.capra.opengeo.org/git/deployment
    
  • Make sure your install profile (deploy.local.sh) has the correct configuration

To update the live site:

  • With the virtualenv activated, run paver make_release
  • Note the file shared/GeoNode-1.0.1-yyyy-mm--dd.tar.gz That's the release bundle.
  • Get that onto the live site server. I do scp GeoNode-1.0.1-2010-06-25.tar.gz <your name>@geonode.capra.opengeo.org: