geonode-project
geonode-project copied to clipboard
A django template project for creating custom GeoNode projects.
Hello, I'm new to GeoNode development and just followed [your instructions](http://docs.geonode.org/en/2.10.x/install/project/index.html#docker) to build docker containers to run a development version of GeoNode. Unfortunately the _django_ and _celery_ containers constantly crash...
When I'm connected to the VPN of my company, docker-compose up --build fails with following errors: ``` Get:4 http://deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u1 [132 kB] Err:4 http://deb.debian.org/debian stretch/main amd64...
It is a regression caused by the refactor of `entrypoint.sh`
I have been experiencing an issue for Geonode project running on docker. When using `local_settings.py` instead of `settings.py`, the Geonode cannot be built successfully. I have reproduced this on a...
The right thumbnail is generated and present in the metadata detail though while remote thumbnail complains about missing WIDTH and HEIGHT in the request parameters
See [https://docs.docker.com/compose/compose-file/#extension-fields](https://docs.docker.com/compose/compose-file/#extension-fields)
# Proposal Currently we have got rid of mounting docker socket and the deployment cannot automagically discover ip address of the daemon along all the possible cases (Docker4Mac, Docker Machine,...
I have implemented the geonode-project with geonode as an app in the "src" directory. This is going to be production implementation, so I want to enable the OAuth app for...