We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
update- Hey @dgreenslade, Quick question: did you manage to fix that issue? I tried something like this: GN_VERSION=4.1.3; django-admin startproject --template=https://github.com/GeoNode/geonode-project/archive/refs/tags/$GN_VERSION.zip my_geonode ~/my_geonode. Does that seem right to you?
Thanks for any tips!
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: