GetDKAN / ddev-dkan

DDEV add-on for DKAN.
https://getdkan.github.io/ddev-dkan/
Apache License 2.0
3 stars 2 forks source link

Get newest data-catalog-app release via Github API #40

Closed dgading closed 8 months ago

dgading commented 9 months ago

Currently the Frontend Install command has a hard coded release version. This update changes the commands to use git instead of wget to get the source code. Once cloned, we can then fetch the tags and switch to the latest. This process looks a lot like the solutions I found reading solutions like this one: https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8

janette commented 9 months ago

Works great, just waiting for the 1.5.1 release of the app before merging.

brdunfield commented 9 months ago

I think this PR closes https://github.com/GetDKAN/dkan/issues/4073 once merged