How can I store Rails uploads on a remote server (and not a common cloud host)?
Posted
by
joshee
on Super User
See other posts from Super User
or by joshee
Published on 2012-06-03T04:08:08Z
Indexed on
2012/06/03
4:43 UTC
Read the original article
Hit count: 479
ruby-on-rails
I would like to store uploads from a Rails application on a different server than my application server. I want to keep costs to a minimum and host this other server in-house.
I am planning to use Carrierwave for uploads. It seems Carrierwave interfaces with Fog for remote hosts. Is there a way I could set the other server to act as a Fog provider? How would I go about this setup?
Or, is there some better and easier way to go about all this?
© Super User or respective owner