Versions Compared

Key

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

...

Code Block
wget http://public-repo-1.hortonworks.com/ambari/centos6/1.x/GA/ambari.repo (to test latest public release)
OR
wget http://s3.amazonaws.com/dev.hortonworks.com/AMBARI.dev-1.x/repos/centos6/ambari.repo (to test latest trunk code in development)
cp ambari.repo /etc/yum.repos.d
yum install ambari-server -y
ambari-server setup -s
ambari-server start

For frontend developers only: see Frontend Development section below for extra setup instructions.

Once Ambari Server is started, hit http://c6401.ambari.apache.org:8080 (URL depends on the OS being tested) from your browser on your local computer.
Note that Ambari Server can take some time to fully come up and ready to accept connections. Keep hitting the URL until you get the login page.

...