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 githttps://git-wip-us.apache.org/repos/asf/incubator-ambari.git
    cd ambari/ambari-web
    npm install -g brunch (make sure you do this as a root user)
    rm -rf node_modules public
    npm install
    

...