On Thu, Jun 21, 2012 at 1:31 PM, Mandy <meghasi...@gmail.com> 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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to