Steps, I ran
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
Then: sudo python install.py --production
The install script will ask for MySQL root password, even though the script installs it doesn’t set the password it’s asking.
After MySQL is install, I set the same password as given above to root and by the time the script comes to access MySQL the password works.
Everything finished and no errors. I still can’t access localhost but assuming some of the services haven’t been started. Which services are used I don’t know but will find out some how.
It would help if these are explained in the install process.
Lastly, SELINUX was blocking nginx service from starting.