Ariel,
perfect installation last week with the four lines of code on Ubuntu 11.04
64 bits.
Just one issue found, related to the geoserver context parameter:
  <context-param>
     <param-name>GEOSERVER_DATA_DIR</param-name>
     <param-value>/var/lib/geoserver/data/</param-value>
  </context-param>

If I correctly understood your intention, I think it should be replaced with
  <context-param>
     <param-name>GEOSERVER_DATA_DIR</param-name>
     <param-value>/var/lib/geoserver/geonode-data/</param-value>
  </context-param>

GeoNode has then been tested after with data uploading, map creating,
user/permission testing and batch data upload.
No major issues found
Many thanks!!!
Simone

On 20 September 2011 19:42, Ariel Nunez <[email protected]> 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.
>

Reply via email to