install.sh -d <install-dir> (others options…)
Other options:
-t target_directory (default: current directory)
-q: use this option to run the script in quiet mode: nothing will be displayed, unless an error happens
-d database_name (default: random)
-d database_user (default: random)
-p database_password (default: random)
-o database_host (default: localhost)
-c: create database (default: no) - You must have the right mysql perms to do so
-w: create database user (default: no) - You must have the right mysql perms to do so
- Create Nginx configuration file
- Generate certificate with Letsencrypt
- Test if Mysql server version is >= 5.7 to add
IF NOT EXISTS
after CREATE USER