Skip to content

Ubuntu16LTS

Wes edited this page Jan 25, 2018 · 11 revisions

Ubuntu LTS 16.04.3 Server (5-10min)

Getting Started

  • Make sure you're running the latest release of 16.04.3 LTS (SERVER)
  • Make sure you're testing a vanilla install (no custom configurations, un-checked boxes, puppet, chef, etc)
  • Test WITHOUT using elasticsearch first (the default uses SQLite), make sure everything works with your configuration before diving into the elasticsearch setup
  • If something fails, check and log an issue with your output and / or search the mailing list

SQLite

  1. pull the latest release of the DeploymentKit
  2. bash the easy-button
$ tar -zxvf bearded-avenger-deploymentkit-3.0.x.tar.gz
$ cd bearded-avenger-deploymentkit-3.0.x
$ sudo bash easybutton.sh

ElasticSearch

  1. pull the latest release of the DeploymentKit
  2. bash the easy-button
$ tar -zxvf bearded-avenger-deploymentkit-3.0.x.tar.gz
$ cd bearded-avenger-deploymentkit-3.0.x
$ sudo CIF_ANSIBLE_ES=localhost:9200 bash easybutton.sh

Ubuntu LTS Desktop

Not supported, make sure you're using the server version.