Versions Compared

Key

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

...

3. Download dependent packages into ambari-web directory
$ cd ambari-web
$ npm install

That installs dependent packages into ambari-web/node_modules directory.

4. Run Ambari Web (with automatic, continuous build/deploy):
$ brunch watch --server

...