I'm a total noob on linux, but determined. Figured I'd share my experience.
This one was a pretty easy install. Saw a question from a few months ago about command line. After a wget pull to bring it local, just had to sudo chmod +x <filename>
and then run the .run file with sudo ./<filename>
and I was off to the races.
One important dependency note:
Ran in to an error with the included mysql install. Had to load the Data Dumper package first (sudo dnf install perl-Data-Dumper.x86_64
). After that the installer ran without a hitch.
Hope this helps someone hitting the same pot hole...
Cheers...