Ruby on Rails Tuesday, June 26, 2012

+1 on Heroku. 


Hosting for a very basic app (like a staging app) is free, depending on what features you want. You can learn more about it here:

https://devcenter.heroku.com/articles/quickstart

I use it all the time.

On Sunday, June 24, 2012 10:28:34 AM UTC-7, Mandy wrote:
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.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>



--
Mandeep Kaur
http://mandeepsimak.wordpress.com/

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/sGegqGy9GrMJ.
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.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment