--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Heroku is good
Thanks for your guidance.
On Thu, Jun 21, 2012 at 5:18 PM, Patrick Mulder wrote:
> On Thu, Jun 21, 2012 at 1:31 PM, Mandy wrote:
>>
>> On Thursday, June 21, 2012 1:12:17 PM UTC+5:30, subbu g wrote:
>>>
>>> Heroku is good
>>
>>
>> Can you please explain more about Heroku. I'm not getting it.
>>
>> --
>
> Heroku offers free hosting space with an easy deployment process
> (especially regarding database setup, which can be a bit of work to
> configure a DB user, create/grant access to tables, ... )
>
> To start, you first install the gem:
>
> gem install heroku
>
> Then, you need to register for a free account, and you can provide ssh
> keys for authentication
>
> and with heroku --help should also give some good starting information.
>
> If you want to have some custom server configuration, and you want to
> setup your own system, the Railscast on Vagrant might be a good start:
>
> http://railscasts.com/episodes/292-virtual-machines-with-vagrant
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
i believe that heroku is a community staple, and it is free. also engineyard is a very nice tool, i have heard that it is great for scaling because they will set you up on a dedicated server. also i hear Blue Box Group is a great resource to use though i have not looked into their services as deeply.