Versions Compared

Key

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

...

  1. Install NodeJS and NPM from http://nodejs.org/download/
  2. Install Brunch
    Code Block
    $ npm install -g brunch
  3. Download dependent packages into ambari-web/node_modules directory
    Code Block
    $ cd AMBARI_DIR/ambari-web
    $ npm install
    

...