Versions Compared

Key

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

...

NOTE: Please make sure you have npm in the path before running the unit tests.

Building Ambari

The first time you build Ambari, 

Code Block
cd $AMBARI_DIR/ambari-web
rm -rf node_modules
npm install
brunch build
cd ..

Note: if you can an error that too many files are open while building, then run, : ulimit -n 10000 (for example)

To build Ambari RPMs, run the following.

...