Now i m using Amazon EC2 for Ruby-on-Rails, After Login how can i Install Ruby-on-Rails.
|
Just like on any other linux box. Pull the ruby source, compile and install it, then install the |
|||
|
|
|
Hope this will help A Install RVM
2 Now we need to make sure we have some dependencies for our development environment so install the next few packages
3 Now it is time to install RVM which can be done easily with the next command.
4 Set Rvm Home Directory
5 load the edited bashrc file we run:
6 Check The installed RVM ----> Output - rvm is a function
B Install Ruby 1.9.2 /1.9.3 using rvm 1 $ rvm install 1.9.3 2 Check ruby status
3 Make Installed Ruby Version as default
C Install Rails
1 Check Rails Version
D Install Passenger with Nginx Module 1 Create Nginx Default Install Directory and provide same once asked by installer
1 Install the Phusion Passenger gem
2 Run the Phusion Passenger installer for Nginx
3 Command to Start Passanger 1 Passenger start -p |
|||
|
|