Sha256: 04e494888fecb6f42fc33f9941b0c5558bdafafe5e48bd1299c08249b7b9267f

Contents?: true

Size: 459 Bytes

Versions: 4

Compression:

Stored size: 459 Bytes

Contents

if sunzi.to_be_done "install analysers"; then
  echo "deb http://deb.goaccess.io/ $(lsb_release -cs) main" | tee -a /etc/apt/sources.list.d/goaccess.list
  wget -O - http://deb.goaccess.io/gnugpg.key | apt-key add -

  sunzi.mute "apt-get update"

  sunzi.install "goaccess"
  sunzi.install "iotop"
  sunzi.install "sysstat"

  sed -i 's/ENABLED="false"/ENABLED="true"/' /etc/default/sysstat
  /etc/init.d/sysstat restart

  sunzi.done "install analysers"
fi

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
o2webappizer-0.1.15 templates/config/sunzi/recipes/analysers.sh
o2webappizer-0.1.14 templates/config/sunzi/recipes/analysers.sh
sunzi-rails-0.2.17 lib/templates/create/recipes/analysers.sh
sunzi-rails-0.2.16 lib/templates/create/recipes/analysers.sh