-
Notifications
You must be signed in to change notification settings - Fork 14
Setting up and requirements
Roni Laukkarinen edited this page Jul 15, 2017
·
1 revision
Tthese will be installed if you follow the instructions:
- OS X native LEMP environment (Homebrew) osx-lemp-setup (use if you prefer native approach without VM)
- Optional: Vagrant LEMP environment with marlin-vagrant (use if you prefer Vagrant)
- WordPress stack with dudestack (based on roots/bedrock)
- Gulp, nodejs and npm-modules with devpackages
- Optional: Landing pages with modern-html5-boilerplate
- 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.
- Install Xcode Command Line Tools by running 'xcode-select --install'
- Install Homebrew. Open Terminal and run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
to download latest version of Homebrew - Run
brew install caskroom/cask/brew-cask
to get Homebrew Cask - Install latest version of rvm with
curl -L https://get.rvm.io | bash -s stable --auto-dotfiles --autolibs=enable --rails
to get ruby working - Install latest version of Git with
brew install git
- 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