Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated the remote url for clone

...

You can use this set up to develop and test out Ambari Web frontend code against a real Ambari Server on a multi-node environment.

You need to first fork the apache/ambari repository if you haven't already. Read the How to Contribute guide for instructions on how to fork.

On the host machine:

Code Block
cd ambari-vagrant/centos6.8
# Replace the [forked-repository-url] with your fork's clone url
git clone https://git-wip-us.apache.org/repos/asf/ambari.git[forked-repository-url] ambari
cd ambari/ambari-web
npm install
brunch w

...