Automatic installation
From AutoVM WIKI
Download and deploy Ubuntu 18.04 or install the iso without any configuration on your ESXi server then config satic ip address.
Enter following commands:
$ cd /tmp && wget -O autovm.sh https://raw.githubusercontent.com/autovmnet/autovm/master/autovm.sh && bash autovm.sh
After installation completed, You will see MySQL and login information.
$ mysql_secure_installation
- If you do not know how to follow the last step, read mysql secure installation article.