<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Hi Ariel,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Thank you for your answer. I did as you suggested and seems that worked for the WARNINGS, but the ERROR still there. Any ideas?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Thanks,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Julio</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
---------------------------</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
labgeo@labgeo:~/labgeo$ sudo cp .env.sample .env
<div>[sudo] password for labgeo:</div>
<div>labgeo@labgeo:~/labgeo$ ./docker-build.sh<br>
</div>
<div>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.</div>
<div>For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/</div>
<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Ariel Cabezas <gerardoarielc@gmail.com><br>
<b>Sent:</b> Thursday, July 28, 2022 21:19<br>
<b>To:</b> Julio Cesar Refosco <juliorefosco@hotmail.com><br>
<b>Cc:</b> geonode-users@lists.osgeo.org <geonode-users@lists.osgeo.org><br>
<b>Subject:</b> Re: [GeoNode-users] geonode basic installation error</font>
<div> </div>
</div>
<div>
<div dir="ltr">Hi Julio,
<div>for variables<br>
I think you have to create the file with environment variables:<br>
cd my_geonode<br>
cp .env.sample .env<br>
<br>
and then<br>
./docker-build.sh<br>
</div>
<div>---</div>
<div>Ariel</div>
<div><br>
</div>
</div>
<br>
<div class="x_gmail_quote">
<div dir="ltr" class="x_gmail_attr">El jue, 28 jul 2022 a las 10:06, Julio Cesar Refosco (<<a href="mailto:juliorefosco@hotmail.com">juliorefosco@hotmail.com</a>>) escribió:<br>
</div>
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank" style="font-family:"Times New Roman"; font-size:medium; background-color:rgb(255,255,255)"></a>Hello everybody,</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Trying to install geonode using the basic installation tutorial, using ubuntu 20.04.4, getting this error. Any help?</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Thanks in advance.</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Julio</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
WARNING: The COMPOSE_PROJECT_NAME variable is not set. Defaulting to a blank string.
<div>WARNING: The HTTPS_HOST variable is not set. Defaulting to a blank string.</div>
<div>WARNING: The HTTP_HOST variable is not set. Defaulting to a blank string.</div>
<div>WARNING: The HTTPS_PORT variable is not set. Defaulting to a blank string.</div>
<div>WARNING: The HTTP_PORT variable is not set. Defaulting to a blank string.</div>
<div>WARNING: The LETSENCRYPT_MODE variable is not set. Defaulting to a blank string.</div>
<div>WARNING: The ADMIN_EMAIL variable is not set. Defaulting to a blank string.</div>
<div>WARNING: The POSTGRESQL_MAX_CONNECTIONS variable is not set. Defaulting to a blank string.</div>
<div>WARNING: The JENKINS_HTTP_PORT variable is not set. Defaulting to a blank string.</div>
<div>WARNING: The JENKINS_HTTPS_PORT variable is not set. Defaulting to a blank string.</div>
<div>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.</div>
<div>For more on the Compose file format versions, see <a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.docker.com%2Fcompose%2Fcompose-file%2F&data=05%7C01%7C%7C5540879fde434492467008da70f80a95%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637946507876766283%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=KeP61g%2BfOfmuOl0qRiSlFUk7GnjNsRbwjLbzYtcZILQ%3D&reserved=0" originalsrc="https://docs.docker.com/compose/compose-file/" shash="TdwNnywmTtLDmzyc+SypP1QV+R8OiEtPJyyheJCLRDQ3Rr/S/pLcfiziz8tsw3SVoHkUCnn6xHubbXg8kqem9rybzQjigBJ8MV7gmc+38f/SpJ2WpcsdIYLQ5o9yyffE4c3jITBst2TCdnbXGlthWJDrLd9FS09sT/629XDb8B8=" target="_blank">
https://docs.docker.com/compose/compose-file/</a></div>
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
</div>
_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgeonode-users&data=05%7C01%7C%7C5540879fde434492467008da70f80a95%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637946507876766283%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pCFtZoaG0dPPSJJELbniWFXdGzgxi2SmCeRll62gWQ0%3D&reserved=0" originalsrc="https://lists.osgeo.org/mailman/listinfo/geonode-users" shash="gOMDWgH3UlJnlNWIhPhVPWTzKr8MlQsZKytQm3tcfkZVskGAa25WCdBZC6Z6ojMWcBEOenFZThaX4A/VErhH3XywguFD4ExxOIKxasUoJROKvvtpqHrDRzY8CumU5Lt1s8iSpCMXLwo9bCHDzyhJwllKjfpjrGs//YFBbzK1Z3A=" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
</blockquote>
</div>
</div>
</body>
</html>