Difference between revisions of "Setting up geonode"

From stgo
Jump to: navigation, search
Line 8: Line 8:
 
#* sudo apt-get update
 
#* sudo apt-get update
 
#* sudo apt-get install geonode
 
#* sudo apt-get install geonode
 +
#* => this didn't really work for me as GeoNode needs postgis, etc. so I:
 +
#** did build https://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS20Ubuntu1204src
 
#Set the IP address and create a superuser
 
#Set the IP address and create a superuser
 
#* sudo geonode-updateip 127.0.0.1
 
#* sudo geonode-updateip 127.0.0.1

Revision as of 13:12, 3 December 2013

>> return Cedeus IDE


Fast install text from GeoNode.org Quickstart:

  1. Install from PPA in Ubuntu 12.04 -> see http://docs.geonode.org/en/latest/intro/install.html
    • sudo add-apt-repository ppa:geonode/release. Note, if add-apt does not work (command not found) then do first sudo apt-get update && sudo apt-get install python-software-properties
    • sudo apt-get update
    • sudo apt-get install geonode
    • => this didn't really work for me as GeoNode needs postgis, etc. so I:
  2. Set the IP address and create a superuser
    • sudo geonode-updateip 127.0.0.1
    • geonode createsuperuser
  3. Import data

Read the admin docs and also OSGeo Live DVD Quickstart tutorial