Versions Compared

Key

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

...

Wiki Markup
To run ambari-web with ambari-server integration
  $ cd AMBARI_DIR
  $ mvn clean package -Dweb \[-DskipTests=true\]
  Note that currently the mvn command does not put ambari-web in the Maven-generated package.  This will be fixed in the future.
  $ cd AMBARI_DIR/ambari-server/ambari/target/ambari-server-*\-dist/ambari-server\-*
  $ java -cp etc/ambari-server/conf/:lib/ambari-server/* org.apache.ambari.server.controller.AmbariServer
  Hit http://localhost:8080 from your web browser

...