Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

OSX Build Instructions

Yan-Fa Li edited this page Jun 10, 2014 · 4 revisions

##Building Calamari Clients on OSX

  1. install Xcode and the cli-tools (via preferences)
  2. install homebrew
  3. Make sure brew is installed correctly using brew doctor. You will probably have to add /usr/local/bin to your shell PATH.
  4. brew install git node to install nodejs and git
  5. npm may be installed by node. If it is not you can grab it from here
  6. npm install -g grunt-cli yeoman bower You may need to prefix this with sudo or run as root.
  7. I use homebrew's version of ruby and gem because Apple ships an older one which may have an old version of compass. gem install compass to find out how old it is.
  8. checkout the code git clone git@github.com:ceph/calamari-clients.git
  9. cd calamari-clients
  10. make build-ui
Clone this wiki locally