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'm trying to run a geonode 3.3.x project behind an haproxy which already deals with SSL/TLS certificates and redirects, then proxies http plain traffic to the dockerized nginx that geonode...

Problem: On some specific server configuration, celery is unable to connect to GEOSERVER_PUBLIC_LOCATION. Details: If the /etc/hosts on server where the project is built, have the GEOSERVER_PUBLIC_LOCATION configured as 127.0.0.1...

While starting celery with Docker I got this error: ``` celery4nina_catalog | Unknown command: 'rebuild_index' ``` Branch: 2.8

Entrypoint for django service doesn't read arguments passed as command in the docker-compose. ``` Executing standard Django server for Development ----------------------------------------------------- FINISHED DJANGO ENTRYPOINT -------------------------- ----------------------------------------------------- got command ```

I am trying GeoNode for the first time, so sorry if I am missing something. I tried setting it up based on the documentation: https://docs.geonode.org/en/master/install/basic/index.html#create-an-instance-of-your-geonode-project I use geonode-project master branch....

The [documentation](https://docs.geonode.org/en/master/install/advanced/core/index.html#update-the-settings-in-order-to-use-the-postgresql-database) is applicable do GeoNode-Core, however the GeoNode-Project installation [guide](https://docs.geonode.org/en/master/install/advanced/project/index.html#geonode-project-installation) says: . As GeoNode-Core makes use of paver_local.sh, .env_local and manage_local.sh, I copied these files to my geonode-project /opt/geonode_custom/my_geonode/...

Branch 3.2.x Start Stack on a fresh VM Set a secure password instead of default: geoserver Passwort get's not set and invoke is showing: ``` Setting GeoServer Admin Password... Response...

docker

when I update the layers it is getting fixed on this tab and it doesn't keep running, how to fix it? ![error](https://user-images.githubusercontent.com/16584514/139473453-d3177e60-40f3-454a-8d8d-39686f209209.png)

Both on master and 3.3.x the wait-for-db script assumes that username and dbname are the same: - master: https://github.com/GeoNode/geonode-project/blob/c5a2c0684c0cde53eaafa6235c8c3cebf34a8443/src/wait-for-databases.sh#L13 - 3.3.x: https://github.com/GeoNode/geonode-project/blob/a305aa46388c1f1deabfae52af8dbe3bdaa53333/src/wait-for-databases.sh#L13 This may be not the case, especially when...

Without directly modifying `geonode` is it possible to inject additional return values in the `CommonModelApi` - if that's the right place. Basically I'm following along with the geonode workshop and...