Versions Compared

Key

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

...

  • JDK 1.6.0
  • Apache Maven
  • Python 2.6
  • Python setuptools - Download and run:
    Code Block
    sh setuptools-0.6c11-py2.6.egg
  • NodeJS
  • Brunch 1.4.4 (to install it, run the following command after NodeJS is installed):
    Code Block
    npm install -g brunchbrunch@1.4.4

Building Ambari

After checking out Ambari, you can build Ambari with the steps below:

...

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

...