Skip to main content

Home

v4.7.8.0

Release Notes

To obtain the username and password, contact Unravel Support.

Build No: 3176

Unravel Tar installation

MD5SUM: aaa0f49560f79db3e062dffcd7c6c3e4

curl -v https://preview.unraveldata.com/unravel/RPM/4.7.8/unravel-4.7.8.0.tar.gz -o unravel-4.7.8.0.tar.gz -u username:password

Unravel RPM installation

MD5SUM: ccdcd4c79cf231a7f86208d207f2a940

curl -v https://preview.unraveldata.com/unravel/RPM/4.7.8/unravel-4.7.8.0.rpm -o unravel-4.7.8.0.rpm -u username:password

Standalone Interactive Precheck installation

Build No: 3043

MD5SUM: b0f8261451bdf8254e9e87d7a1ba12335

curl -v https://preview.unraveldata.com/unravel/RPM/4.7.8/unravel-healthcheck-4.7.8.0.tar.gz -o unravel-healthcheck-4.7.8.0.tar.gz -u username:password

You can use an interactive precheck to validate the configuration before installing Unravel. This information is reused to bootstrap a Unravel install.

  1. Download the Interactive Precheck package.

    curl -v https://preview.unraveldata.com/unravel/RPM/4.7.8/unravel-healthcheck-4.7.8.0.tar.gz -o unravel-healthcheck-4.7.8.0.tar.gz -u username:password
  2. Extract the unravel-healthcheck tar.

    tar -xvzf unravel-healthcheck-release-4.7.8.0.<version>.tar.gz
  3. Change the directory to healthcheck.

    cd healthcheck/
  4. Run the Interactive Precheck script.

    ./precheck.sh

Ansible Installation

  1. Download the Ansible playbook by running the following command:

    wget https://unravel-ansible.s3.amazonaws.com/release/ansible-installation.tar.gz

    Download the files on the Unravel server.

  2. Extract the tarball

    mkdir ansible-installation
    tar -xvzf ansible-installation.tar.gz -C ansible-installation