Skip to content

v0.9.1

Compare
Choose a tag to compare
@rshivane rshivane released this 22 Mar 12:50
· 11 commits to apptuit-master since this release
96b43cf

What's new:

  • Fix for installing on Docker Centos7 - Fixes #44
  • Fix for installing on Fedora - Fixes #45
  • Print failure message on installation error - Fixes #43
  • rpm/deb lint love

Installation

XCollector is available via debian & yum repositories

To install run the following command (replace PASTE_ACCESS_TOKEN_HERE with your Apptuit API access token):

#For wget based installation
XC_ACCESS_TOKEN=PASTE_ACCESS_TOKEN_HERE bash -c "$(wget -qO- https://git.io/get-xcollector)"

#For curl based installation
XC_ACCESS_TOKEN=PASTE_ACCESS_TOKEN_HERE bash -c "$(curl -Ls  https://git.io/get-xcollector)"

Detailed installation instructions are available on the Installation Wiki