Difference between revisions of "Setting up geonode"
From stgo
Line 4: | Line 4: | ||
Fast install text from [http://geonode.org/ GeoNode.org Quickstart]: | Fast install text from [http://geonode.org/ GeoNode.org Quickstart]: | ||
− | #Install from PPA in Ubuntu 12.04 | + | #Install from PPA in Ubuntu 12.04 -> see http://docs.geonode.org/en/latest/intro/install.html |
#* sudo add-apt-repository ppa:geonode/testing . Note, if add-apt does not work (command not found) then do first <code>sudo apt-get update && sudo apt-get install python-software-properties</code> | #* sudo add-apt-repository ppa:geonode/testing . Note, if add-apt does not work (command not found) then do first <code>sudo apt-get update && sudo apt-get install python-software-properties</code> | ||
#* sudo apt-get update | #* sudo apt-get update |
Revision as of 14:00, 3 December 2013
>> return Cedeus IDE
Fast install text from GeoNode.org Quickstart:
- Install from PPA in Ubuntu 12.04 -> see http://docs.geonode.org/en/latest/intro/install.html
- sudo add-apt-repository ppa:geonode/testing . 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
- sudo add-apt-repository ppa:geonode/testing . Note, if add-apt does not work (command not found) then do first
- Set the IP address and create a superuser
- sudo geonode-updateip 127.0.0.1
- geonode createsuperuser
- Import data
Read the admin docs and also OSGeo Live DVD Quickstart tutorial