Install some services for php web applications
Installs:
- Fail2ban
- Ufw
- Php with some important extensions
- Nginx
- MariaDB
- Git
- Composer
- python-mysqldb
Creates:
- user with name
webmasterand passwordpassword(don't forget to change it) - database with name
app_db - database user with name
app_userand passwordapp_user_password(don't forget to change it) and all priveleges toapp_db
This environment was successfully tested with Laravel project.