Skip to content

Latest commit

 

History

History

cloud

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

GeoNode Cloud Scripts

Summary

GeoNode Admin is a set of scripts for launching GeoNode instances on ec2 or other cloud infrastructure.

Requirements

  • download geonode.pem from web interface
  • export AWS_ACCESS_KEY_ID='blahblah'
  • export AWS_SECRET_ACCESS_KEY='blebleble'
  • pip install boto3
  • easy_install fabric

Usage

  • ec2.py launch
  • fab -i geonode.pem -H user@host geonode_dev
  • fab -i geonode.pem -H user@host geonode_prod
  • fab -i geonode.pem -H user@host update