GeoNode Admin is a set of scripts for launching GeoNode instances on ec2 or other cloud infrastructure.
- aws (http://aws.amazon.com/)
- download geonode.pem from web interface
- export AWS_ACCESS_KEY_ID='blahblah'
- export AWS_SECRET_ACCESS_KEY='blebleble'
- pip install boto3
- fabric (http://docs.fabfile.org/0.9.3/)
- easy_install fabric