We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
INSTALL RVM, RUBY and RAILS
gpg ( configure your gpg settings )
curl -sSL https://rvm.io/mpapis.asc | sudo gpg --import -
curl -L https://get.rvm.io | sudo bash -s stable --rails
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/