Closed RiskingTime closed 5 years ago
The first step of the guide related to phpmyadmin can be removed because it does not add any value as the steps are repeated in the end and I had to install phpmyadmin manually because it was not preloaded by digital ocean as described in the guide.
I had to install mysql manually because it was not preinstalled by digital ocean. So the steps to install mysql will help.???
Installing dependencies for step 2 can be automated using bash scripts.
All step to set up phpmyadmin can be automated by script.
We can use containerization technology to package all the dependencies.
Initial MySQL data set up can be done through migration using some ORM(Object Relational Mapping) like sequelize.