geonode-project icon indicating copy to clipboard operation
geonode-project copied to clipboard

A django template project for creating custom GeoNode projects.

Results 89 geonode-project issues
Sort by recently updated
recently updated
newest added

I am using geonode 4.1.3 which was installed via docker. I published a layer and I wanted this layer to be available to only one group, so I shared it...

Hi, I'm having a problem in uploading a standard xml metadata file (created with GeoNode itself) to a previously uploaded layer. I'm getting this error: ``` `Traceback (most recent call...

When trying to install the geonode in VPS, and bring me version 3.3.x, it happens that when creating the container, this error appears: `docker-compose build --no-cache WARNING: The COMPOSE_PROJECT_NAME variable...

When trying to access `/jenkins`, the request fails with the following nginx error in the logs : ``` 2023/10/25 14:28:45 [error] 19#19: *3284 invalid port in upstream "jenkins:" [25/Oct/2023:14:28:45 +0000]...

I am deploying the geonded nginx, using image docker.io/geonode/nginx:3.3.x. I get permission denied on /geonode-certificates as this docker/nginx/docker-entrypoint.sh script creates directory, to resolve this I created customized dockerfile added RUN...

I would like to migrate a Geonode instance I have installed using Docker on a server named "abc.com" to another server instance named "bcd.com". How can I achieve this? I...

I am creating a new project in Geonode and trying to run in development mode. I am getting migration error while running through docker. `Running migrations: No migrations to apply....

Hi, yesterday's fix #437 messed up the [basic installation](https://docs.geonode.org/en/master/install/basic/index.html#). The database user in the .env file, which was generated with create-envfile.py, failed to be created, resulting in the corruption of...

docker
4.0.x
4.1.x
regression

I am following the documentation and it states that for running in development mode there is compose file named `docker-compose.development.yml` but this is not available in the branch.