RailsCasts Pro episodes are now free!

Learn more or hide this

Jesse Dearing's Profile

GitHub User: jessedearing

Site: http://jessedearing.com/blog

Comments by Jesse Dearing

Avatar

You can use Chef to install Ruby on the server instead of having to log in and set it up yourself.

You can use knife bootstrap host instead of logging in and installing everything chef needs manually. Chef even allows you to build your own custom bootstrap script based on what type of Linux machine your using.

Check out knife help bootstrap