v4.7.7.0
Release Notes
To obtain the username and password, contact Unravel Support.
Build No: 2744
Unravel Tar installation
MD5SUM: 25ebfaabc092faf6a7f2deb706e8d400
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.7/unravel-4.7.7.0.tar.gz -o unravel-4.7.7.0.tar.gz -uusername:password
Unravel RPM installation
MD5SUM:  fc688f192d5bd2e1d725fcd8eb2d0b09
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.7/unravel-4.7.7.0.rpm -o unravel-4.7.7.0.rpm -uusername:password
Standalone Interactive Precheck installation
Build No: 2697
MD5SUM:  8527650d34c44a705a7c3b0c82b9cce7
curl -v https://preview.unraveldata.com/unravel/RPM/4.7.7/unravel-healthcheck-4.7.7.0.tar.gz -o unravel-healthcheck-4.7.7.0.tar.gz -uusername:password
You can use an interactive precheck to validate the configuration before installing Unravel. This information is reused to bootstrap a Unravel install.
- Download the Interactive Precheck package. - curl -v https://preview.unraveldata.com/unravel/RPM/4.7.7/unravel-healthcheck-4.7.7.0.tar.gz -o unravel-healthcheck-4.7.7.0.tar.gz -u - username:- password
- Extract the - unravel-healthchecktar.- tar -xvzf unravel-healthcheck-release-4.7.7.0. - <version>.tar.gz
- Change the 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