Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Install Node.js from http://nodejs.org
  • Execute the following:
    Code Block
    git clone https://git-wip-us.apache.org/repos/asf/incubator-ambari.git
    cd incubator-ambari/ambari-web
    npm install -g brunch
    rm -rf node_modules public
    npm install
    
    Note: if you receive a "gyp + xcodebuild" error when running "npm install", confirm you have Xcode CLI tools installed (Xcode > Preferences > Downloads)

...