librelist archives

« back to archive

GeoNode installation

GeoNode installation

From:
Mathieu Baudier
Date:
2010-09-20 @ 17:39
Hello,

first, thanks a lot for this project.
As I had a chance to tell some of you at FOSS4G, I find it very exciting.
I know that it is still at an early stage and I hope that I will be
able to help, at least by testing.

I downloaded the 1.0-beta and unpacked it, but I don't know what I
should do next in order to install it locally and test it.
I googled a bit and I found this:
http://github.com/GeoNode/geonode
with instructions, but I cannot distinguish what is relevant for a
tarball install (vs. pure developer environment).

I there another location with install instructions?
Or should I ask on IRC?

Just a small remark on the 1.0-beta tarball: it doesn't have a
subdirectory, which is kind of non-standard for FLOSS software
releases.

I did (as usual):
cd ~/dev/floss
wget http://dev.geonode.org/GeoNode-1.0-beta.tar.gz
tar -xzf GeoNode-1.0-beta.tar.gz

And got the few files scattered around the (many) FLOSS apps
directories I have unpacked over there :)
Not a big deal of course, and the kind of thing that happen when
testing a beta, but I suggest to add a subdirectory in the tarball for
later releases, if possible.

Cheers,

Mathieu

Re: [geonode] GeoNode installation

From:
Sebastian Benthall
Date:
2010-09-20 @ 18:20
Thanks for the report of the subdirectory issue.  Just made this ticket for
it here:
http://projects.opengeo.org/CAPRA/ticket/812

<http://projects.opengeo.org/CAPRA/ticket/812>Will try to fix this before
the 1.0 release.

On Mon, Sep 20, 2010 at 1:39 PM, Mathieu Baudier <mbaudier@argeo.org> wrote:

> Hello,
>
> first, thanks a lot for this project.
> As I had a chance to tell some of you at FOSS4G, I find it very exciting.
> I know that it is still at an early stage and I hope that I will be
> able to help, at least by testing.
>
> I downloaded the 1.0-beta and unpacked it, but I don't know what I
> should do next in order to install it locally and test it.
> I googled a bit and I found this:
> http://github.com/GeoNode/geonode
> with instructions, but I cannot distinguish what is relevant for a
> tarball install (vs. pure developer environment).
>
> I there another location with install instructions?
> Or should I ask on IRC?
>
> Just a small remark on the 1.0-beta tarball: it doesn't have a
> subdirectory, which is kind of non-standard for FLOSS software
> releases.
>
> I did (as usual):
> cd ~/dev/floss
> wget http://dev.geonode.org/GeoNode-1.0-beta.tar.gz
> tar -xzf GeoNode-1.0-beta.tar.gz
>
> And got the few files scattered around the (many) FLOSS apps
> directories I have unpacked over there :)
> Not a big deal of course, and the kind of thing that happen when
> testing a beta, but I suggest to add a subdirectory in the tarball for
> later releases, if possible.
>
> Cheers,
>
> Mathieu
>



-- 
Sebastian Benthall
OpenGeo - http://opengeo.org

Re: [geonode] GeoNode installation

From:
David Winslow
Date:
2010-09-20 @ 17:43
Please ask on IRC.  We are working on improving the documentation that is in
the git repository (the Sphinx sources under docs/) but currently the IRC
channel will be the quickest way to get a GeoNode site set up.

--
David Winslow
OpenGeo - http://opengeo.org/

On Mon, Sep 20, 2010 at 1:39 PM, Mathieu Baudier <mbaudier@argeo.org> wrote:

> Hello,
>
> first, thanks a lot for this project.
> As I had a chance to tell some of you at FOSS4G, I find it very exciting.
> I know that it is still at an early stage and I hope that I will be
> able to help, at least by testing.
>
> I downloaded the 1.0-beta and unpacked it, but I don't know what I
> should do next in order to install it locally and test it.
> I googled a bit and I found this:
> http://github.com/GeoNode/geonode
> with instructions, but I cannot distinguish what is relevant for a
> tarball install (vs. pure developer environment).
>
> I there another location with install instructions?
> Or should I ask on IRC?
>
> Just a small remark on the 1.0-beta tarball: it doesn't have a
> subdirectory, which is kind of non-standard for FLOSS software
> releases.
>
> I did (as usual):
> cd ~/dev/floss
> wget http://dev.geonode.org/GeoNode-1.0-beta.tar.gz
> tar -xzf GeoNode-1.0-beta.tar.gz
>
> And got the few files scattered around the (many) FLOSS apps
> directories I have unpacked over there :)
> Not a big deal of course, and the kind of thing that happen when
> testing a beta, but I suggest to add a subdirectory in the tarball for
> later releases, if possible.
>
> Cheers,
>
> Mathieu
>

Re: [geonode] GeoNode installation

From:
Mathieu Baudier
Date:
2010-09-20 @ 18:04
> Please ask on IRC.  We are working on improving the documentation that is in

ok, do you have preferred times for that?
(you are based in North America, aren't you?)

> channel will be the quickest way to get a GeoNode site set up.

As I told you at FOSS4G, I'm targeting the RHEL/CentOS 5 platform (and
working under it as my desktop).

From what I have seen on the GIT home page, requirements are:
- Java 1.5+ (I'm using OpenJdk 1.6, but I also have Sun JDK 1.5
installed in case of)
- Python 2.6 (python26 from EPEL repo should do)
- GEOS, GDAL/OGR (we have the latest stable versions thanks to our
ELGIS repo coordinated through OSGeo)

Please just tell me in case I'm missing something important: I don't
want to bother you if I first need to backport some dependencies to
CentOS 5.

One of my middle term goals is to add GeoNode to the ELGIS repo.

Re: [geonode] GeoNode installation

From:
David Winslow
Date:
2010-09-20 @ 18:10
We were running the GeoNode demo site on CentOS 5 until a few months ago and
I expect that a new deployment on that platform will work fine.  We actually
built Python 2.6 from sources on that machine, but I believe EPEL's Python
package will be perfectly suitable.

Most of us in the channel are around from 9 to 6 Eastern time.  If that's
not going to work for you we can fall back to the mailing list (probably the
best thing in that case would be for me to publish a set of installation
instructions and then we can troubleshoot our way through those, updating
the docs as needed.)

--
David Winslow
OpenGeo - http://opengeo.org/

On Mon, Sep 20, 2010 at 2:04 PM, Mathieu Baudier <mbaudier@argeo.org> wrote:

> > Please ask on IRC.  We are working on improving the documentation that is
> in
>
> ok, do you have preferred times for that?
> (you are based in North America, aren't you?)
>
> > channel will be the quickest way to get a GeoNode site set up.
>
> As I told you at FOSS4G, I'm targeting the RHEL/CentOS 5 platform (and
> working under it as my desktop).
>
> From what I have seen on the GIT home page, requirements are:
> - Java 1.5+ (I'm using OpenJdk 1.6, but I also have Sun JDK 1.5
> installed in case of)
> - Python 2.6 (python26 from EPEL repo should do)
> - GEOS, GDAL/OGR (we have the latest stable versions thanks to our
> ELGIS repo coordinated through OSGeo)
>
> Please just tell me in case I'm missing something important: I don't
> want to bother you if I first need to backport some dependencies to
> CentOS 5.
>
> One of my middle term goals is to add GeoNode to the ELGIS repo.
>

Re: [geonode] GeoNode installation

From:
Mathieu Baudier
Date:
2010-09-20 @ 18:43
> Most of us in the channel are around from 9 to 6 Eastern time.  If that's

That still leaves plenty of time :)
Meet you soon on IRC then!