-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assign a subdomain for downloads #41
Comments
? |
I'm not sure how to do that when shoesrb.com is hosted on github pages :( |
Meta redirect When good ol dns isn't available ill trade pretty for it-works Thoughts? Sent from my iPad On Jun 26, 2013, at 8:36 PM, Eric Watson [email protected] wrote:
|
JS redirect isn't an option for our HTTP client... and I also think Meta redirect isn't? (e.g. we want to get that URL with ruby's http library not a web browser...) What we could do is have shoesrb.com/shoes/latest/sows-windows.exe always be the most current windows shoes release etc. |
We could do some work to detect that case. If the response type is The other option would be something like Mechanize which follows On 27 June 2013 13:22, Tobias Pfeiffer [email protected] wrote:
|
Anyone know if you can set up S3 paths to do redirects?
|
So: https://github.com/blog/1547-release-your-software Does this help? |
It might. |
I posted a solution over at #34. |
Since we made this website static, we have lost the ability to easily host files for download. See shoes/furoshiki#5
What do we think about using a subdomain to host downloads?
Options:
point
download.shoesrb.com
at an S3 bucket.Pro: simple
Con: difficult to publish static links, e.g. http://download.shoesrb.com/shoes/latest/windows
make
download.shoesrb.com
a web servicePro: we can do whatever we want with urls
Con: now we have a web service to maintain again
Thoughts? Other ideas?
The text was updated successfully, but these errors were encountered: