Best way to Install RUBY 1.9, Rails 3, Postgres, Heroku, GitHub, Using RVM
Can anyone suggest me the best way in which,I follow to install it properly, because previously I felt in various dependencies issues.
Suggest something !!!
|
Best way to Install Can anyone suggest me the best way in which,I follow to install it properly, because previously I felt in various dependencies issues. Suggest something !!! |
|||||||
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
This can help you get Ruby and Rails set up step by step from my guide here http://www.aaginskiy.com/technology/2011/12/install-rails-3-1-from-scratch/ Postgresql and Heroku can be installed as gems by running |
|||
|
|
|
I would suggest you to follow this guide wrote by Ryan Bigg. You will be able to quickly setup your system for RVM + Ruby 1.9.2 + Rails. Then have a look at heroku quick start guide to setup and learn how to use Heroku. |
|||
|
|
|
I followed this RVM to install RVM and it worked for me fine. After installing RVM you can install Ruby as well (without problems). After this, create gemset for your ruby version and execute |
|||
|
|
|
Rails 3:
This worked for me on Ubuntu 11.10. You have to use the rvm-shell in order to access the proper environment. |
||||
|
|
|
use homebrew (https://github.com/mxcl/homebrew/wiki/installation) to install Postgres, once you've got Homebrew installed you'd just do |
|||
|
|
|
On Ubuntu, the best way to install is to not use RVM. Ruby 1.9 is in the repositories - use them. Everything else is a gem. |
|||