ruby
-
Installing Ruby 2.3.1 on Ubuntu
We will be setting up a Ruby environment on Ubuntu. Installing Ruby 2.3.1 (or earlier). The first step is to install some dependencies for Ruby.
-
Restart Unicorn with Capistrano
The following tasks is what I use for starting , stopping, restarting and my unicorn server: desc "Start unicorn" task :start, :except => { :no_release =>…
-
Installing workstation for managing Chef server
A workstation is a computer that is configured to run knife, to synchronize with the chef-repo, and interact with a single Chef server. The workstation…
-
Install Ruby 2.3.1 or any other version on Centos
1. Installing Recommended Packages There are few developemnt libraries required to run Ruby on Linux. Use following command to install recommended packages on your server…
-
Knife-vsphere installation errors
Today I tried to install knife vsphere support for Chef (You can make it by this command $gem install knife-vsphere ) on Ubuntu and received…