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

Quick Docker Start references missing GitHub zip

Open dgreenslade opened this issue 8 months ago • 1 comments

When running through the docs in Quick Docker Start, the django-admin startproject fails because GitHub returns a 404 for the relevant archive.

Command:

GN_VERSION=master

django-admin startproject --template=https://github.com/GeoNode/geonode-project/archive/refs/tags/$GN_VERSION.zip -e py,sh,md,rst,json,yml,ini,env,sample,properties -n monitoring-cron -n Dockerfile project_name ~/project_name

Error:

CommandError: couldn't download URL https://github.com/GeoNode/geonode-project/archive/refs/tags/master.zip to master.zip: HTTP Error 404: Not Found

dgreenslade avatar Oct 26 '23 14:10 dgreenslade