Skip to main content

Home

v 4.7.9.6

Release Notes

To obtain the username and password, contact Unravel Support.

Build No: 8493

Unravel Tar installation

MD5SUM: 24b6370b913f4fa9a62986bd50e561a8

curl -v https://preview.unraveldata.com/unravel/RPM/4.7.9/unravel-4.7.9.6.8493.tar.gz -o unravel-4.7.9.6.tar.gz -u username:password

Unravel RPM installation

MD5SUM: b42d5b765dbd871ca2e25b7baab9721a

curl -v https://preview.unraveldata.com/unravel/RPM/4.7.9/unravel-4.7.9.6.8493.rpm -o unravel-4.7.9.6.rpm -u username:password

Standalone Interactive Precheck installation

Build No: 8444

MD5SUM: a84d7ec44ce68cb64d5dab3d9543f185

curl -v https://preview.unraveldata.com/unravel/RPM/4.7.9/unravel-healthcheck-release_4.7.9.6.8444.tar.gz -o unravel-healthcheck-release_4.7.9.6.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.9/unravel-healthcheck-release_4.7.9.5.tar.gz -o unravel-healthcheck-release_4.7.9.5.tar.gz -u username:password
  2. Extract the unravel-healthcheck tar.

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

    cd healthcheck/
  4. Run the Interactive Precheck script.

    ./precheck.sh

App Store apps

Download URLs:

  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