Versions Compared

Key

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

...

Code Block
brunch watch --server (or use the shorthand: brunch w \--s)

The above runs Ambari Web at localhost:3333. The login/password is admin/admin

...

Unit tests are written using Mocha.
Run unit tests via:

Code Block
brunch testcd ambari-web
mocha-phantomjs public/test/test.html

Ambari Backend Development

...