Difference between revisions of "Setting up GeoNode 2 on 12.04 VM on CedeusGeoNode"

From stgo
Jump to: navigation, search
Line 28: Line 28:
 
*: add the geonode repo key: <code>sudo add-apt-repository ppa:geonode/release</code>
 
*: add the geonode repo key: <code>sudo add-apt-repository ppa:geonode/release</code>
 
*: update the package list: <code>sudo apt-get update</code>
 
*: update the package list: <code>sudo apt-get update</code>
 +
*: install geonode:<code>sudo apt-get install genode</code> NB:this wil also install postgres9.1!

Revision as of 19:24, 24 June 2014

>> return to Cedeus_Technical_Architecture


basic steps performed:

  • create a new VM with Ubuntu 12.04 - with openssh and mail installed
  • remove the cl locale of /etc/apt/sources.list
  • update and upgrade => important because of hardbleed bug
  • shutdown + remove the iso from the VM
  • copied the VM => basicUbuntu1204.zip

setting up GeoNode