Installing Ant, Svn and Git on Mac
- Install home-brew if not already installed
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
or
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - sudo brew update
- brew install ant
- brew install svn
- brew install git
- Install JDK 7
( If apache doesn't work in Sierra here is a usefull article : https://getgrav.org/blog/macos-sierra-apache-multiple-php-versions)
Comments