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/ambari.git
    cd ambari/ambari-web
    sudo npm install -g brunchbrunch@1.7.20
    rm -rf node_modules public
    npm install
    brunch build 

    Note: if you receive a "gyp + xcodebuild" error when running "npm install", confirm you have Xcode CLI tools installed (Xcode > Preferences > Downloads)
    Note: if you receive "Error: EMFILE, open" errors when running "brunch build", increase the ulimit for file descriptors (for example, "ulimit -n 10000")

...