ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
20 stars 21 forks source link

Dashboard fixes #547

Closed William-Hill closed 6 years ago

William-Hill commented 6 years ago

There was a bug in how the file name was getting trimmed from the url and it was coming back as None. Used a utility method from pybash to fix it.

There was a typo when trying to unzip the file.

Also removed the dashboard sql script that was running during the postgres setup as that caused an error when the actual Dashboard setup tried to create the dashboard schema.

nathanlcarlson commented 5 years ago

@William-Hill I found an issue and outlined it in #560. Was esgf_esgcet.sql causing issues? Was there a bug that needed it to be commented out?