[GeoNode-users] Best way to install geonode

Annalisa Schiavon annalisa.schiavon at gmail.com
Mon Nov 19 03:56:09 PST 2018


Hi Alessio,
I reinstalled geonode in a clean server, following your doc
https://docs.google.com/document/d/1jNg2BKn2H9Haoyqpe7XkK_Nj-siL7PUlhP40hGi9OZ8/edit
.
I receive first errors on command:

DJANGO_SETTINGS_MODULE=geonode.local_settings paver reset

-> Stopping geoserver (process number 17162)
[Errno 3] No such process
...
[Errno 2] No such file or directory: path('geoserver/data/global.xml')
[Errno 2] No such file or directory:
path('geoserver/data/security/filter/geonode-oauth2/config.xml')
[Errno 2] No such file or directory:
path('geoserver/data/security/role/geonode REST role service/config.xml')

geoserver/data (in /var/lib/tomcat8/webapps/geoserver) has no permissions
for system. The owner is tomcat8:tomcat8 . I now try changing permissions.

My local_setting seems correct, but I added my server ip to ALLOWED_HOSTS,
like so:
"ALLOWED_HOSTS = [HOSTNAME, 'localhost', 'gaia.arpa.veneto.it',
'192.168.31.80']"

I continued with installation, until this command gives error:

sudo WORKON_HOME=/home/system/Envs/geonode
DJANGO_SETTINGS_MODULE=geonode.local_settings
GEONODE_ETC=/home/system/geonode/geonode
GEOSERVER_DATA_DIR=/var/lib/tomcat8/webapps/geoserver/data geonode_updateip
-p gaia.arpa.veneto.it

-> File
"/home/system/Envs/geonode/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py",
line 899, in execute_sql
    raise original_exception
django.db.utils.ProgrammingError: relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...

Geonode DB is created but empty, and also geonode_data; but postgis and
grants are correct.

Moreover, I have not the "uploaded" dir in /home/system/geonode/geonode,
only a upload dir. It's correct?
Previous commands give no errors, It's strange, isn't it?

Thanks,
Annalisa



Il giorno ven 9 nov 2018 alle ore 13:19 Alessio Fabiani <
alessio.fabiani at geo-solutions.it> ha scritto:

> Hai Annalisa,
> it looks to me that you haven't correctly setup the local_settings.py
> environment variables before running the paver commands.
>
> Please double check you have a DB installed with the correct
> username/password and that the info on local_settings file are correct.
>
>
> Il giorno ven 9 nov 2018 alle ore 12:24 Annalisa Schiavon <
> annalisa.schiavon at gmail.com> ha scritto:
>
>> Hi Alessio,
>> I've tried to follow your document: "GeoNode 2.9.x -Deployment on Ubuntu
>> 18.04" (
>> https://docs.google.com/document/d/1jNg2BKn2H9Haoyqpe7XkK_Nj-siL7PUlhP40hGi9OZ8/edit).
>> I've installed a brand new ubuntu 18.04 server on our WMWARE.
>>
>> When I run the command
>>
>> (geonode) system at gaia:~/geonode$ sudo WORKON_HOME=/home/system/Envs/geonode DJANGO_SETTINGS_MODULE=geonode.local_settings GEONODE_ETC=/home/system/geonode/geonode GEOSERVER_DATA_DIR=/var/lib/tomcat8/webapps/geoserver/data geonode_updateip -p 192.168.31.80
>>
>> I have many errors like:
>>
>> django.db.utils.ProgrammingError: relation "django_site" does not existLINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
>>
>> and I see that my geonode DB is empty!
>>
>> I tried to run again
>>
>> DJANGO_SETTINGS_MODULE=geonode.local_settings paver reset; \
>>  paver setup; \
>>  paver sync; \
>>  python manage.py collectstatic --noinput
>>
>> I get an error on reset:
>>
>> [Errno 3] No such process
>> ---> pavement.stop_qgis_server
>>
>> but nothing else.
>> I've have no experience with Virtual Env, so I wonder if all command after
>>
>>    mkvirtualenv --no-site-packages geonode
>>
>> are to run in virtual env or not.
>> I found another error after running "  pip install -r requirements.txt
>> --upgrade--no-cache --no-cache-dir ":
>>
>> Command "python setup.py egg_info" failed with error code 1 in
>> /tmp/pip-install-6qw4Pu/Twisted/
>>
>> Any suggestions?
>> Annalisa
>>
>>
>> Il giorno ven 26 ott 2018 alle ore 16:38 Alessio Fabiani <
>> alessio.fabiani at geo-solutions.it> ha scritto:
>>
>>> Uhm... well, that command should install the GeoNode dependencies. Maybe
>>> this is the reason why you are not able to find some packages.
>>>
>>> Anyway, you must run paver reset from the "my_geonode" root folder,
>>> where the "pavement.py" file is located. If you already did that, then I
>>> guess your installation is a bit messed up.
>>>
>>> Il giorno ven 26 ott 2018 alle ore 16:24 Paulo Frias <pfrias82 at gmail.com>
>>> ha scritto:
>>>
>>>> Yes, but after that I had to downgrade some python packages.
>>>>
>>>> On Fri, 26 Oct 2018 at 15:21, Alessio Fabiani <
>>>> alessio.fabiani at geo-solutions.it> wrote:
>>>>
>>>>> 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.
>>>>>
>>>> _______________________________________________
>>>> 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
>>>
>> _______________________________________________
>> 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/20181119/54ce0a50/attachment-0001.html>


More information about the geonode-users mailing list