NREL / api-umbrella

Open source API management platform
http://apiumbrella.io
MIT License
2k stars 326 forks source link

API-Umbrella - Will this be moved? #567

Open TheMeq opened 3 years ago

TheMeq commented 3 years ago

Bintray has been sunset, is there any intention to move this to an alternative bintray location?

If not, does anyone have any alternatives?

Thanks

TheMeq commented 3 years ago

@GUI tagging as most code contributed by them. An update would be useful. Bintray has been sunset so the documentation for install is no longer correct. Is this now dead in the water, or can we expect the NREL to move this to an alternative and make this available again?

mike-koch commented 2 years ago

I'm a bit late to the party here, but while this isn't a great solution, I found out that the Wayback Machine has copies of some of the Ubuntu releases.

https://web.archive.org/web/*/http://dl.bintray.com/nrel/api-umbrella-ubuntu*

Hopefully a new, proper home will be found soon.


In order to get the deb to install, I had to do the following:

  1. Add deb https://mirrors.kernel.org/ubuntu bionic main to /etc/apt/sources.list to satisfy the libffi6 dependency that is required.
  2. Rune sudo apt update
  3. Run sudo apt install ./api-umbrella_0.15.1-1_bionic_amd64.deb where the deb file is located.

I'm currently fighting a 502 now, but that may just be my own problem.

TheMeq commented 2 years ago

I also saw the wayback machine version, but you have to download the whole 100Gb package before you can access it. We decided to decommission umbrella and developed our own gateway server instead using .NET.

Hope this gets resolved for you.