GeoNode / geonode-project

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

Development with geonode-project #186

Open nicokant opened 3 years ago

nicokant commented 3 years ago

I'm having some difficulties while developing with geonode-project using the master branch, in particular I'm struggling with finding documentation on how to run the project in "development mode". In django it's quite straightforward, but I found that the configurations are not easily suitable for development. Some examples:

d3netxer commented 3 years ago

I am also trying to run geonode-project in development mode, but I don't know how to. I only see this documentation: https://docs.geonode.org/en/master/devel/docker/index.html; but I don't understand it. There is no 'docker-compose.async.yml ' file in the repo. How can I modify the core GeoNode files? I specifically need to tweak this file: https://github.com/GeoNode/geonode/blob/3.2.x/geonode/catalogue/templates/catalogue/full_metadata.xml, but I cannot find it in Docker.