GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
78 stars 172 forks source link

geonode-project 4.x .env maybe exists some error #378

Open gaowqspace opened 1 year ago

gaowqspace commented 1 year ago

I install GeoNode 4.x follow this tutorial: https://www.youtube.com/watch?v=lDsDNh6kujw&list=PLIET7uEHqcqjvYzOyvVCuUHenytFDLFq6&index=7. when I run ./docker-build.sh, command line get:

WARNING: The "JENKINS_HTTP_PORT" 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. WARNING: The "JENKINS_HTTPS_PORT" 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. 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 "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. services.jenkins.ports array items[0,1] must be unique.

But I tested install 3.2.x, fortunately, don't receive the WARN. So I want to know if some errors exists in 4.x .env or other files?

There are some information about my machine: Win10, WSL2, docker 20.10.18, docker-compose 2.10.2.

frafra commented 1 year ago

Have you created the .env file as written in the README.md file?