v4.7.5.0
Release Notes
To obtain the username
and password
, contact Unravel Support.
Build No: 2320
Unravel Tar installation
MD5SUM: ca0161b1b5ecbc52dc762a7dac019a22
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.5/unravel-4.7.5.0.tar.gz -o unravel-4.7.5.0.tar.gz -uusername
:password
Unravel RPM installation
MD5SUM: 7bd6c7a521877a9aa777717e25ac27de
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.5/unravel-4.7.5.0.rpm -o unravel-4.7.5.0.rpm -uusername
:password
Standalone Interactive Precheck installation
Build No: 2279
MD5SUM: bea5da83e268962eab0a3ee71504609b
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.5/unravel-healthcheck-4.7.5.0.tar.gz -o unravel-healthcheck-4.7.5.0.tar.gz -uusername
:password
Interactive precheck can be used to validate configuration before installing Unravel, and that information is reused to bootstrap an Unravel install.
Download the Interactive Precheck package.
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.5/unravel-healthcheck-4.7.5.0.tar.gz -o unravel-healthcheck-4.7.5.0.tar.gz -u
username
:password
Extract the
unravel-healthcheck
tar.tar -xvzf unravel-healthcheck-release-4.7.5.0.
<version>
.tar.gzChange directory to
healthcheck
.cd healthcheck/
Run the Interactive Precheck script.
./precheck.sh
Ansible Installation
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.
Extract the tarball
mkdir ansible-installation tar -xvzf ansible-installation.tar.gz -C ansible-installation