THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- Follow the Quick Start Guide to install Ambari Server (cluster need not be deployed).
- Follow the "Frontend Development" section in Quick Start Guide to checkout check out the Ambari source using git. This makes the entire Ambari source available via /vagrant/ambari from the Vagrant VM.
- From the Ambari Server host:
- cd /var/lib/ambari-server/resources/views/work
- mv ADMIN_VIEW\{1.0.0\} /tmp
- ln -s /vagrant/ambari/ambari-admin/src/main/resources/ui/admin-web/dist/ADMIN_VIEW\{1.0.0\}
- cp /tmp/ADMIN_VIEW\{1.0.0\}/view.xml ADMIN_VIEW\{1.0.0\}
- Now you can change the source code for Admin View and run gulp locally, and the changes are automatically reflected on the server.
...