Skip to content

Setting up and requirements

Roni Laukkarinen edited this page Jul 15, 2017 · 1 revision

Tthese will be installed if you follow the instructions:

Install requirements

  1. Install latest version of XCode to get necessary utils. Apple's XCode development software is used to build Mac and iOS apps, but it also includes the tools you need to compile software for use on your Mac. XCode is free and you can also find it in the App Store.
  2. Install Xcode Command Line Tools by running 'xcode-select --install'
  3. Install Homebrew. Open Terminal and run ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" to download latest version of Homebrew
  4. Run brew install caskroom/cask/brew-cask to get Homebrew Cask
  5. Install latest version of rvm with curl -L https://get.rvm.io | bash -s stable --auto-dotfiles --autolibs=enable --rails to get ruby working
  6. Install latest version of Git with brew install git
  7. Install latest version of Composer with curl -sS https://getcomposer.org/installer | php && sudo mv composer.phar /usr/local/bin/composer && sudo chmod +x /usr/local/bin/composer
Clone this wiki locally