I successfully installed from ppa:ingenieroariel/ppa last night (Sept. 19) on Ubuntu Lucid (10.04) 32-bit on Amazon's EC2. Thanks to all for the great work!
On Sep 20, 2011, at 10:42 AM, Ariel Nunez wrote: > Hello people, > > After playing a lot with the deb packaging system the GeoNode > installers for Ubuntu seem to be in pretty good shape (thanks everyone > for the much needed feedback). > > I need help for 3 different types of situations: > > #1 Freshly installed Ubuntu (10.04, 10.10, 11.04 or a 11.10 alpha) > This is the case that I have been testing and troubleshooting: > > sudo apt-get install python-software-properties > sudo add-apt-repository ppa:ingenieroariel/ppa > sudo apt-get update > sudo apt-get -y install geonode > > #2 People who have successfully installed it via the APT repo or my > Launchpad PPA and would like to perform an update, I am especially > interested in the update from 1.1+RC1 to 1.1+RC1-ariel6 (because that > would help me understand what kind of issues may be with the update to > 1.1+final), note that the instructions may end up upgrading other > packages apart from geonode, beware. > > sudo apt-get install python-software-properties > sudo add-apt-repository ppa:ingenieroariel/ppa > sudo apt-get update > sudo apt-get upgrade > > #3 (This is for the bravest kind) People who have a system with other > packages / servers installed (Like Postgres or Tomcat) and would like > to try the GeoNode packages there. Please only do this if you have > virtual images that you can copy without worrying about losing data, > the packages have not been tested in systems running other things but > it is in my best interest to make it work correctly in those cases > too. > > sudo apt-get install python-software-properties > sudo add-apt-repository ppa:ingenieroariel/ppa > sudo apt-get update > sudo apt-get -y install geonode > > > Thanks in advance for anyone who would like to help and report back > here, this will hopefully make upgrading easier for all of us in the > future. > > Ariel.
