[GeoNode-users] Best way to install geonode

Paulo Frias pfrias82 at gmail.com
Fri Oct 26 07:53:16 PDT 2018


Probably a good shot in the dark.  I've named it "geonode" and not
"my_genode" but I just erased the virtual environment to start over again.

On Fri, 26 Oct 2018 at 15:42, Toni Schönbuchner <toni.schoenbuchner at csgis.de>
wrote:

> Hi Paulo,
>
> Just a shot in the dark.
> When you started your project from template did you name it my_geonode?
> If not you should double check to use the correct settings:
>
> DJANGO_SETTINGS_MODULE=*your_namend_geonode.settings *paver reset
>
> Cheers,
>
> Toni
>
> Am 26.10.2018 um 16:21 schrieb geonode-users-request at lists.osgeo.org:
>
> Send geonode-users mailing list submissions to
> geonode-users at lists.osgeo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.osgeo.org/mailman/listinfo/geonode-users
> or, via email, send a message with subject or body 'help' to
> geonode-users-request at lists.osgeo.org
>
> You can reach the person managing the list at
> geonode-users-owner at lists.osgeo.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of geonode-users digest..."
>
>
> Today's Topics:
>
>   1. Re: Best way to install geonode (Alessio Fabiani)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 26 Oct 2018 16:21:38 +0200
> From: Alessio Fabiani <alessio.fabiani at geo-solutions.it>
> To: Paulo Frias <pfrias82 at gmail.com>
> Cc: Alessio Fabiani <alessio.fabiani at geo-solutions.it>,  geonode-users
> <geonode-users at lists.osgeo.org>
> Subject: Re: [GeoNode-users] Best way to install geonode
> Message-ID:
> <CAM7ZvLLpVZXQauUZ9OmQNZLWB6iCtP=BP-cK82HDgUNvsLgZUQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> From the link you sent to me, did you run also this one?
>
>
> pip install -e . --upgrade
>
>
> Il giorno ven 26 ott 2018 alle ore 16:19 Paulo Frias <pfrias82 at gmail.com>
> ha scritto:
>
> I've followed this instructions
>
> https://github.com/geosolutions-it/geonode-project/blob/master/README.rst#create-a-custom-project
>
> After "pip install Paver==1.2.4"
>
> (Geonode) bash-3.2$ DJANGO_SETTINGS_MODULE=my_geonode.settings paver reset
> Build failed: Unknown task: reset
>
> On Fri, 26 Oct 2018 at 15:14, Alessio Fabiani <
> alessio.fabiani at geo-solutions.it> wrote:
>
> Uhm, that is very strange. How did you setup GeoNode?
>
> However, it seems to me that the issue is related to a missing dependency.
>
> Try maybe by typing
>
> pip install Paver==1.2.4
>
>
> Il giorno ven 26 ott 2018 alle ore 16:05 Paulo Frias <pfrias82 at gmail.com>
> ha scritto:
>
> Hi Alessio,
>
> The  (pip install -r requirements.txt --upgrade) worked fine after
> another try.
>
> Now I'm stucked in the command (DJANGO_SETTINGS_MODULE=my_geonode.settings
> paver reset).
>
> This is the error produced:
>
> (Geonode) bash-3.2$ DJANGO_SETTINGS_MODULE=my_geonode.settings paver
> reset
> Traceback (most recent call last):
>  File "/Users/paulofrias/anaconda2/envs/Geonode/bin/paver", line 7, in
> <module>
>    from paver.tasks import main
> ImportError: No module named paver.tasks
>
> Any idea how to solve this?
> Thanks,
>
> Paulo
>
> On Fri, 26 Oct 2018 at 08:54, Alessio Fabiani <
> alessio.fabiani at geo-solutions.it> wrote:
>
> Hi Paulo,
> can you describe what's happening with a bit more detail?
>
> That command should just start downloading the Python dependencies. If
> it is stuck, most probably there's a problem reaching the PyPi
> repositories.
>
> Il giorno gio 25 ott 2018 alle ore 16:58 Paulo Frias <
> pfrias82 at gmail.com> ha scritto:
>
> Hi Alessio,
>
> I'm trying to install Geonode on Mac os X, following the tutorial you
> recommended (
> https://github.com/GeoNode/geonode-project#create-a-custom-project).
>
> When I run the command
>
> pip install -r requirements.txt --upgrade
>
> Nothing happens (I let it run on terminal for more than 2 hours).
>
> Can you help me with some possible solution?
>
> Thanks,
>
> Paulo Frias
>
>
> On Thu, 25 Oct 2018 at 14:49, Alessio Fabiani <
> alessio.fabiani at geo-solutions.it> wrote:
>
> Hi Julierme,
> please see my responses below.
>
> "1 - can I make geonode-project my production environment? I meant
> run GeoNode-Project as my production instance on the web."
> Sure, but you will need to tweak a bit security options and settings
> in order to secure and optimize your instance. Especially important are the
> admin passwords and openid keys. This is valid in any case though.
>
> "2 -  do I need GeoNode Core to run together with GeoNode-Project?"
> geonode-project makes use of geonode-core as a dependency. Until we
> do final releases (2.10 and 2.8), meaning that packages will go on Pypi
> repositories, yes, you'll need the geonode-core among the python deps.
>
> "3 - GeoNode-Project can run independently, no need for GeoNode Core?"
> geonode-project runs independently, but it still needs geonode as a
> dependency. However by using it, you won't touch the geonode-core. This
> will allow you to easily keep it up to date with the development version,
> without clashes.
>
> "4 - If I am not misunderstanding, the tutorial in here <
>
> http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/install_geonode_application.html
> >
> shows how to install either GeoNode at 2.8 Core and GeoNode at 2.8 DevMode
> in a Ubuntu 16.04 LTS machine. Should we follow this tutorial for the same
> GeoNode version or upgrade it to GeoNode 2.9.x?"
> The tutorial and the documentation in general is outdated. We are
> lacking of resources and, unfortunately, we did not found time yet to
> cleanup it. I'm very sorry about that.
> We will try to do it when we start officially the release process.
>
>
>
> Il giorno gio 25 ott 2018 alle ore 14:44 Julierme Pinheiro <
> juliermeopensourcedeveloper at gmail.com> ha scritto:
>
> Hi Alessio,
>
> I would like to make some questions related to Annalisa's
> installation question. I installed geonode-project only to customize the
> look.
> Now:
>
> 1 - can I make geonode-project my production environment? I meant
> run GeoNode-Project as my production instance on the web.
>
> 2 -  do I need GeoNode Core to run together with GeoNode-Project?
>
> 3 - GeoNode-Project can run independently, no need for GeoNode Core?
>
> 4 - If I am not misunderstanding, the tutorial in here <
>
> http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/install_geonode_application.html
> >
> shows how to install either GeoNode at 2.8 Core and GeoNode at 2.8
> DevMode in a Ubuntu 16.04 LTS machine. Should we follow this tutorial for
> the same GeoNode version or upgrade it to GeoNode 2.9.x?
>
> Thank you very much for your time in advance
>
> Kind regards
>
> Julierme
>
>
>
> On Thu, Oct 25, 2018 at 8:29 AM Annalisa Schiavon <
> annalisa.schiavon at gmail.com> wrote:
>
> Thanks for the tip!
>
> Annalisa
>
> Il giorno gio 25 ott 2018 alle ore 13:15 Alessio Fabiani <
> alessio.fabiani at geo-solutions.it> ha scritto:
>
> Yes, absolutely. Currently, the deb installation is the most buggy
> and unstable one.
>
> It is worth notice that now GeoNode provides natively a way to
> customize the interface, at least some part of it, without the need of
> changing the files or the templates.
>
> Take a look at the GeoNode Themes option on the Django Admin gui.
>
>
> Il giorno gio 25 ott 2018 alle ore 13:11 Annalisa Schiavon <
> annalisa.schiavon at gmail.com> ha scritto:
>
> Ok, thank you so much.
> So you advise against the deb package installation, also if I
> don't think to develop on geonode,  only to customize the look?
>
>
> Il giorno gio 25 ott 2018 alle ore 12:41 Alessio Fabiani <
> alessio.fabiani at geo-solutions.it> ha scritto:
>
> If you want to install geonode for development, I would suggest
> following the procedure here
>
>
>
> https://docs.google.com/document/d/1jNg2BKn2H9Haoyqpe7XkK_Nj-siL7PUlhP40hGi9OZ8/edit?usp=sharing
>
> If you want to start customizing your own portal (but still
> develop it), I would suggest starting from a geonode-project template. In
> that case, follow the instructions here
>
>
> https://github.com/GeoNode/geonode-project#create-a-custom-project
>
> Otherwise, you can virtual machines either using vagrant or
> docker. There are several ways and configurations around that you might
> want to evaluate.
>
>
> Il giorno gio 25 ott 2018 alle ore 12:27 Annalisa Schiavon <
> annalisa.schiavon at gmail.com> ha scritto:
>
> Please someone may confirm that installation by deb packages,
> with ppa:geonode/stable points to master version (2.8.x, 2.8.1 at now?)
>
> What advantages does have VM Setup with VirtualBox installation
> (
>
> http://docs.geonode.org/en/master/tutorials/install_and_admin/vm_setup_virtualbox.html
> )?
> And than the installation step by step described in
>
> http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/index.html
> ?
>
> If I want to changes logos, colors and texts, is it recommended
> install geonode-project and create a template, in similar way than once?
> Because in https://github.com/GeoNode/geonode-project I find
> instructions only for a Python virtual environment.
>
> Thank you for any hint.
> Annalisa
>
>
> Il giorno mer 24 ott 2018 alle ore 15:16 Annalisa Schiavon <
> annalisa.schiavon at gmail.com> ha scritto:
>
> Hi all.
> What is the best way to install geonode on Ubuntu for
> production, currently?
> Now we have geonode 2.4 working on ubuntu 16.04, installed via
> apt-get, following these commands:
>
> sudo add-apt-repository ppa:geonode/stable
> sudo apt-get update
> sudo apt-get install geonode
>
> Then I had installed geonode-project for a few changes in
> logos, colors and so on:
>
> django-admin startproject geoportale20 --template=
> https://github.com/GeoNode/geonode-project/archive/master.zip
> -epy,rst
> sudo pip install -e geoportale20
>
> There are some procedures to migrate data from 2.4 to 2.8
> (jumping the 2.6 release)?
>
> Thank you,
> Annalisa
>
> _______________________________________________
>
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-users
>
>
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
> Ing. Alessio Fabiani
>
> @alfa7691
> Founder/Technical Lead
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A - 55054  Massarosa (LU) - Italy
> phone: +39 0584 962313
> fax:     +39 0584 1660272
> mob:   +39 331 6233686
>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> -------------------------------------------------------
>
> Con riferimento alla normativa sul trattamento dei dati
> personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei
> dati “GDPR”), si precisa che ogni circostanza inerente alla presente email
> (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
> conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente.
> Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni
> altra operazione è illecita. Le sarei comunque grato se potesse darmene
> notizia.
>
>
> This email is intended only for the person or entity to which it
> is addressed and may contain information that is privileged, confidential
> or otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.
>
>
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
> Ing. Alessio Fabiani
>
> @alfa7691
> Founder/Technical Lead
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A - 55054  Massarosa (LU) - Italy
> phone: +39 0584 962313
> fax:     +39 0584 1660272
> mob:   +39 331 6233686
>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> -------------------------------------------------------
>
> Con riferimento alla normativa sul trattamento dei dati personali
> (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”),
> si precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>
>
> This email is intended only for the person or entity to which it
> is addressed and may contain information that is privileged, confidential
> or otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-users
>
>
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
> Ing. Alessio Fabiani
>
> @alfa7691
> Founder/Technical Lead
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A - 55054  Massarosa (LU) - Italy
> phone: +39 0584 962313
> fax:     +39 0584 1660272
> mob:   +39 331 6233686
>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> -------------------------------------------------------
>
> Con riferimento alla normativa sul trattamento dei dati personali
> (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”),
> si precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>
>
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-users
>
>
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
> Ing. Alessio Fabiani
>
> @alfa7691
> Founder/Technical Lead
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A - 55054  Massarosa (LU) - Italy
> phone: +39 0584 962313
> fax:     +39 0584 1660272
> mob:   +39 331 6233686
>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> -------------------------------------------------------
>
> Con riferimento alla normativa sul trattamento dei dati personali (Reg.
> UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
> precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>
>
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.
>
>
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
> Ing. Alessio Fabiani
>
> @alfa7691
> Founder/Technical Lead
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A - 55054  Massarosa (LU) - Italy
> phone: +39 0584 962313
> fax:     +39 0584 1660272
> mob:   +39 331 6233686
>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> -------------------------------------------------------
>
> Con riferimento alla normativa sul trattamento dei dati personali (Reg.
> UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
> precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>
>
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-users
>
>
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V
> for more information.
> ==
> Ing. Alessio Fabiani
>
> @alfa7691
> Founder/Technical Lead
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A - 55054  Massarosa (LU) - Italy
> phone: +39 0584 962313
> fax:     +39 0584 1660272
> mob:   +39 331 6233686
>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> -------------------------------------------------------
>
> Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
> precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>
>
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.osgeo.org/pipermail/geonode-users/attachments/20181026/420ea2da/attachment.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-users
>
>
> ------------------------------
>
> End of geonode-users Digest, Vol 45, Issue 108
> **********************************************
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20181026/4db4f3a8/attachment-0001.html>


More information about the geonode-users mailing list