Update mac instructions for cassandra

This commit is contained in:
Brendan Farrell 2016-03-02 11:55:36 -06:00
Родитель 6f0f8e1d93
Коммит f93779b029
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -45,12 +45,12 @@ The Spinnaker platform has a few prerequisites, which are installed as a part of
=== Mac OS X
You need to have http://brew.sh/[homebrew] installed and ensure your version of git is above 2.0.
You need to have http://brew.sh/[homebrew] installed and ensure your version of git is above 2.0. Cassandra must be 2.1.x where x > 11 or you must enable thrift.
[source,bash]
----
brew install caskroom/cask/brew-cask
brew install redis cassandra packer
brew install redis homebrew/versions/cassandra21 packer
brew cask install java
cd $SPINNAKER_HOME
mkdir build