Skip to content
New issue

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

Quick Docker Start references missing GitHub zip #497

Open
dgreenslade opened this issue Oct 26, 2023 · 1 comment
Open

Quick Docker Start references missing GitHub zip #497

dgreenslade opened this issue Oct 26, 2023 · 1 comment

Comments

@dgreenslade
Copy link

dgreenslade commented Oct 26, 2023

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

@Abdelrhman-Rayis
Copy link

Abdelrhman-Rayis commented Dec 18, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants