[GeoNode-users] RES: geonode basic installation error

Julio Cesar Refosco juliorefosco at hotmail.com
Sat Jul 30 07:17:38 PDT 2022


Hi Alessio,

Seems solved.
Thank you for you answer.

Julio

Enviado do Email<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows

De: Alessio Fabiani<mailto:alessio.fabiani at geosolutionsgroup.com>
Enviado:sexta-feira, 29 de julho de 2022 08:45
Para: Julio Cesar Refosco<mailto:juliorefosco at hotmail.com>
Cc:Ariel Cabezas<mailto:gerardoarielc at gmail.com>; geonode-users at lists.osgeo.org<mailto:geonode-users at lists.osgeo.org>
Assunto: Re: [GeoNode-users] geonode basic installation error

Hi,
you need to upgrade the docker-compose version to latest version; see

https://stackoverflow.com/questions/49839028/how-to-upgrade-docker-compose-to-latest-version<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F49839028%2Fhow-to-upgrade-docker-compose-to-latest-version&data=05%7C01%7C%7C3508a22e741d418c315208da7157dd9f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637946919448046327%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=G2wCBmZU7ONIKf0UV%2BPRrh7HbkNjKepw1z%2BpeuhiCnA%3D&reserved=0>


On Fri, Jul 29, 2022 at 1:40 PM Julio Cesar Refosco <juliorefosco at hotmail.com<mailto:juliorefosco at hotmail.com>> wrote:
Hi Ariel,

Thank you for your answer. I did as you suggested and seems that worked for the WARNINGS, but the ERROR still there. Any ideas?

Thanks,

Julio

---------------------------
labgeo at labgeo:~/labgeo$ sudo cp .env.sample .env
[sudo] password for labgeo:
labgeo at labgeo:~/labgeo$ ./docker-build.sh
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.docker.com%2Fcompose%2Fcompose-file%2F&data=05%7C01%7C%7C3508a22e741d418c315208da7157dd9f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637946919448046327%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=HTFKVdnqizXdAaGf4olTromB1kDrEGylCgt%2FO5bO8ZQ%3D&reserved=0>


From: Ariel Cabezas <gerardoarielc at gmail.com<mailto:gerardoarielc at gmail.com>>
Sent: Thursday, July 28, 2022 21:19
To: Julio Cesar Refosco <juliorefosco at hotmail.com<mailto:juliorefosco at hotmail.com>>
Cc: geonode-users at lists.osgeo.org<mailto:geonode-users at lists.osgeo.org> <geonode-users at lists.osgeo.org<mailto:geonode-users at lists.osgeo.org>>
Subject: Re: [GeoNode-users] geonode basic installation error

Hi Julio,
for variables
I think you have to create the file with environment variables:
cd my_geonode
cp .env.sample .env

and then
./docker-build.sh
---
Ariel


El jue, 28 jul 2022 a las 10:06, Julio Cesar Refosco (<juliorefosco at hotmail.com<mailto:juliorefosco at hotmail.com>>) escribió:
Hello everybody,

Trying to install geonode using the basic installation tutorial, using ubuntu 20.04.4, getting this error. Any help?

Thanks in advance.

Julio

WARNING: The COMPOSE_PROJECT_NAME variable is not set. Defaulting to a blank string.
WARNING: The HTTPS_HOST variable is not set. Defaulting to a blank string.
WARNING: The HTTP_HOST variable is not set. Defaulting to a blank string.
WARNING: The HTTPS_PORT variable is not set. Defaulting to a blank string.
WARNING: The HTTP_PORT variable is not set. Defaulting to a blank string.
WARNING: The LETSENCRYPT_MODE variable is not set. Defaulting to a blank string.
WARNING: The ADMIN_EMAIL variable is not set. Defaulting to a blank string.
WARNING: The POSTGRESQL_MAX_CONNECTIONS variable is not set. Defaulting to a blank string.
WARNING: The JENKINS_HTTP_PORT variable is not set. Defaulting to a blank string.
WARNING: The JENKINS_HTTPS_PORT variable is not set. Defaulting to a blank string.
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.docker.com%2Fcompose%2Fcompose-file%2F&data=05%7C01%7C%7C3508a22e741d418c315208da7157dd9f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637946919448046327%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=HTFKVdnqizXdAaGf4olTromB1kDrEGylCgt%2FO5bO8ZQ%3D&reserved=0>


_______________________________________________
geonode-users mailing list
geonode-users at lists.osgeo.org<mailto:geonode-users at lists.osgeo.org>
https://lists.osgeo.org/mailman/listinfo/geonode-users<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgeonode-users&data=05%7C01%7C%7C3508a22e741d418c315208da7157dd9f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637946919448046327%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pW5zuMBoleNQbU18R00IOEHL2v%2BkUnS4jiL%2BFh0om3o%3D&reserved=0>
_______________________________________________
geonode-users mailing list
geonode-users at lists.osgeo.org<mailto:geonode-users at lists.osgeo.org>
https://lists.osgeo.org/mailman/listinfo/geonode-users<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgeonode-users&data=05%7C01%7C%7C3508a22e741d418c315208da7157dd9f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637946919448046327%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pW5zuMBoleNQbU18R00IOEHL2v%2BkUnS4jiL%2BFh0om3o%3D&reserved=0>


--

Regards,

Alessio Fabiani

==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us<https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbit.ly%2Fgs-services-us&data=05%7C01%7C%7C3508a22e741d418c315208da7157dd9f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637946919448046327%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=lDdVmukQJR3hD611XtpKY0fWGiX5DM9PdQO3Z0GnEBM%3D&reserved=0> for more information.
==

Ing. Alessio Fabiani

@alfa7691
Founder/Technical Lead

GeoSolutions Group
phone: +39 0584 962313

fax:     +39 0584 1660272

mob:   +39  331 6233686


https://www.geosolutionsgroup.com/<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.geosolutionsgroup.com%2F&data=05%7C01%7C%7C3508a22e741d418c315208da7157dd9f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637946919448046327%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=1E0k71UwbO5q8wN2NGUzsLeyY7KAH6qMLnyMUqmtpU0%3D&reserved=0>

http://twitter.com/geosolutions_it<https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it&data=05%7C01%7C%7C3508a22e741d418c315208da7157dd9f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637946919448046327%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=zE%2B4DYPlJ5FPbR1XdU11fm3OxxdZV10Mz%2BknympxZuA%3D&reserved=0>

-------------------------------------------------------

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/20220730/8693cfc8/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 13F87CA54B31444D83BE093E7E6C62A8.png
Type: image/png
Size: 144 bytes
Desc: 13F87CA54B31444D83BE093E7E6C62A8.png
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20220730/8693cfc8/attachment-0001.png>


More information about the geonode-users mailing list