Open AlRaCh opened 2 years ago
I took a quick look at this and it seems the master branch is dependent on this file: https://github.com/GeoNode/geonode/blob/master/geonode/monitoring/management/commands/updategeoip.py#L30 which is now returning a 404.
@afabiani - is it possible for Geosolutions to either restore the file or change this link to a community based version?
@davekennewell can you please try with this free version?
https://cdn.jsdelivr.net/npm/geolite2-city@1.0.0/GeoLite2-City.mmdb.gz
Expected behavior
I'm installing geonode with the Advanced Core documentation for ubuntu-22-04-1lts. In the "Update settings to use PostgreSQL database" section, there is the code block below:
The
./paver_local.sh setup
line of code should download some files and install accordingly. It is expected that the code lines bellow should download nearly 260,000KB :Actual behavior and steps to reproduce the problem
With "./paver_local.sh reset", I had to manually kill the Java process/service. With "./paver_local.sh setup", errors occur. It seems that "python -W ignore manage.py updategeoip -o" downloads a ridiculous 1 KB file... It indicate that it can't open the tar.
Is it broken Partial download in the cache ?!?
Specifications