pkulchenko / fullmoon

Fast and minimalistic Redbean-based Lua web framework in one file.
MIT License
677 stars 29 forks source link

In the instructions: "curl -o redbean.com https://justine.lol/redbean/redbean-latest.com" does not work #22

Closed vince-refiti closed 1 year ago

vince-refiti commented 1 year ago

The redbean parent site no longer has a redbean-latest.com page.

It just has a download page with a list of releases. Downloading one of those works as expected.

Vince

jart commented 1 year ago

It looks like these instructions exist only on the pages for some ancient versions:

I've updated the HTML to point to the appropriate download links. Thanks!

pkulchenko commented 1 year ago

@jart, the reference is in the fullmoon README instructions: https://github.com/pkulchenko/fullmoon#step-1-get-the-latest-redbean-v20. I can update it to point to https://redbean.dev/#download, but it may be convenient to have https://redbean.dev/redbean-latest.com that redirects to the current redbean version.

jart commented 1 year ago

Another thing you might want to mention, is I maintain https://redbean.dev/latest.txt which enables you to also say:

wget https://redbean.dev/redbean-$(curl https://redbean.dev/latest.txt).com