Two things:
1. I'm pretty big on using Amazon microinstances for this sort of thing
if it's a small traffic site. $12 a month and full virtual machine. YMMV (I
know a few people on the list do not lurv the Amazons... ).
2. It's simple once you know how to get mysite.com on heroku (google if
the below is not clear). You need to add in the custom domain plugin and
then add the following records in your DNS provider (ie. Zerigo etc):
- Your top level ie. mysite.com domain needs to have three A records
created and pointing at 174.129.212.2, 75.101.145.87, and 75.101.163.44
respectively
- Then create a CNAME record for www.mysite.com pointing at
proxy.heroku.com
- (note you can also create any other subdomains that way as well).
ie. blog.mysite,com pointing at proxy.heroku.com
ciao !
Daryl.
Hosting at a mysite.com domain on heroku is pretty easy
On Mon, Aug 15, 2011 at 4:23 PM, Matthieu Stone <[email protected]>wrote:
> Hello guys..
>
> Any low cost Rails 3.1 hosting recommendations for a small site?
>
> I've got a dreamhost account which is happily hosting some old rails &
> wordpress sites, but it's just not there for 3.1.
>
> I've looked at Heroku, but I can work out how I point a www record to the
> site & I don't want to use mysite.heroku.com.
>
> Any hints gratefully received.
>
> rgds,
> - matt.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby or Rails Oceania" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/rails-oceania?hl=en.
>
--
You received this message because you are subscribed to the Google Groups "Ruby
or Rails Oceania" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rails-oceania?hl=en.