There are a lot of ways of installing ruby, one way is using Rbenv (https://github.com/sstephenson/rbenv). Its also available in Homebrew for Mac users.
Another way is using RVM (http://rvm.io/rvm/install):
Install RVM stable with ruby:
| fastlane_version "1.0.2" | |
| default_platform :ios | |
| platform :ios do | |
| before_all do | |
| cocoapods |
There are a lot of ways of installing ruby, one way is using Rbenv (https://github.com/sstephenson/rbenv). Its also available in Homebrew for Mac users.
Another way is using RVM (http://rvm.io/rvm/install):
Install RVM stable with ruby:
| :: UPDATE YUM :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
| sudo yum update -y | |
| :: INSTALL WEBSERVER ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
| sudo yum install httpd24 | |
| sudo service httpd start | |
| sudo chkconfig httpd on | |
| chkconfig --list httpd |
| # | |
| # Cookbook Name:: jenkins | |
| # Recipe:: default | |
| # | |
| # https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu | |
| # This is super-simple, compared to the other Chef cookbook I found | |
| # for Jenkins (https://github.com/fnichol/chef-jenkins). | |
| # | |
| # This doesn't include Chef libraries for adding Jenkin's jobs via |