Skip to content

Install RVM, Ruby, and Rails on Koding

Marcos Korody edited this page Jan 12, 2015 · 1 revision

INSTALL RVM, RUBY and RAILS

  1. gpg ( configure your gpg settings )

  2. curl -sSL https://rvm.io/mpapis.asc | sudo gpg --import -

  3. curl -L https://get.rvm.io | sudo bash -s stable --rails

  4. rvm requirements, which ruby, rails -v ( test RVM, Ruby and Rails )

GENERATE AND USE SSH KEY

https://help.github.com/articles/generating-ssh-keys/

INSTALL AND USE POSTGRESQL

http://learn.koding.com/guides/installing-postgresql/ http://learn.koding.com/guides/postgresql-on-koding/