Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails Hosting for Non-Profits

Does anyone know of rails hosting companies that will offer a free plan for non-profits to get up and running. I am sure it would only be free to a certain point (bandwidth, disk, etc.) but would like to explore the options.

like image 907
thomas Avatar asked Jan 05 '10 13:01

thomas


3 Answers

Check out Heroku. They don't provide custom plans for No-Profits, however their base plan is free.

like image 149
Simone Carletti Avatar answered Nov 06 '22 08:11

Simone Carletti


If you are based in the US, dreamhost will provide free hosting for non-profits: http://wiki.dreamhost.com/index.php/Non-profit_Discount

and they have a good guide for setting up rails here: http://wiki.dreamhost.com/Getting_Started_with_Ruby_on_Rails

like image 3
Andrew Nesbitt Avatar answered Nov 06 '22 09:11

Andrew Nesbitt


The 5 MB storage at Heroku is the database, only. For actual hosting of assets (files, videos, ...), they recommend using S3 (see http://docs.heroku.com/constraints#large-static-assets).

You can always upgrade the database itself when you run into limits. The first paid plan is 50 MB for $15 / month, see http://heroku.com/pricing

Also, even though Heroku does not offer a "non-profit-plan", I'm pretty sure they would be willing to negotiate some kind of link/free database upgrade-exchange when you get in touch with them directly.

like image 1
TheDeadSerious Avatar answered Nov 06 '22 08:11

TheDeadSerious