attention: This might be more a question for "gis.stackexchange" but it is Ubuntu-related Geonode 2.0 is available for Ubuntu 12.04 but not for Ubuntu 14.04. According to the docs it should be sufficient to make an
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:geonode/release
sudo apt-get update
sudo apt-get install geonode
I have a fresh install of Ubuntu Server 12.04 with 64bit architecture, with a default LAMP configuration made an apt-get update and it already fails on the first line:
Depends: python-pycurl but is not installable
The first line works on Ubuntu 14.04 but geonode will not be installable on 14.04. I am somewhere stucked. I have no idea to get this python-pycurl
sudo apt-get install python-software-properties
– Pandya Sep 14 '14 at 09:11