Skip to content

Instantly share code, notes, and snippets.

View gabrielferreira's full-sized avatar

Gabriel Ferreira gabrielferreira

View GitHub Profile
@thiagolioy
thiagolioy / Fastfile.rb
Last active August 29, 2015 14:22
Fastfile with tests , coverage and deploy
fastlane_version "1.0.2"
default_platform :ios
platform :ios do
before_all do
cocoapods
@CSOscarTanner
CSOscarTanner / setting_up_a_machine_to_use_calabash.md
Last active January 20, 2017 16:47
All you need to install in your machine to use Specification By Example in Android and iOS using Calabash
@sl-digital
sl-digital / Amazon-Linux-AMI PHP55
Last active May 24, 2021 11:03
Install Apache, MySQL and PHP 5.5 on Amazon Linux AMI
:: UPDATE YUM ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
sudo yum update -y
:: INSTALL WEBSERVER :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
sudo yum install httpd24
sudo service httpd start
sudo chkconfig httpd on
chkconfig --list httpd
@nstielau
nstielau / default.rb
Created May 18, 2011 16:22
A simple Chef recipe to install Jenkins
#
# 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