Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: apt-get can install deb file only if given with path (even in current dir)

...

Code Block
apt-get install ./ambari-server*.deb   #This should also pull in postgres packages as well.

...

Code Block
apt-get install ./ambari-agent*.deb

Edit /etc/ambari-agent/ambari.ini

...