Installs Apache, MySQL and PHP before downloading and installing the latest version of WordPress.
Deploy this script (requires existing VPS)
The settings below are requested when deploying the script:
MySQL root Password: |
---|
This script references the following:
#!/bin/bash -x # <UDF name="db_password" Label="MySQL root Password" /> source <ssinclude StackScriptID=1> system_update postfix_install_loopback_only mysql_install "$DB_PASSWORD" && mysql_tune 40 php_install_with_apache && php_tune apache_install && apache_tune 40 && apache_virtualhost_from_rdns goodstuff wordpress_install $(get_rdns_primary_ip) restartServices