The WordPress Setup Automator is a powerful PHP script designed to streamline the WordPress installation process. It guides users through database configuration and automates the creation of a new WordPress instance.
- Effortlessly sets up a new WordPress installation.
- Automates database creation and user management.
- Provides clear instructions and notifications.
- Download the
wordpress_setup.php
file from this repository. - Place the
wordpress_setup.php
file in the directory where you want to install WordPress. - Execute the
wordpress_setup.php
file by visitinghttp://yourwebsite.com/path_to_wordpress/wordpress_setup.php
. - Follow the on-screen instructions to complete the setup process.
- MySQL admin credentials are required to create users and a database.
- None of the information provided in this form is saved or stored.
- This process will overwrite the existing
wp-config.php
file, creating a new database and user.
Please remember to delete this script for security purposes after copying the information.
This project requires PHP 7.0
or higher to run successfully. It has been tested on PHP versions 7.0
, 7.1
, 7.2
, 7.3
, 7.4
, 8.0
, and 8.1
. Make sure you have PHP installed on your server with the required extensions enabled.
The latest version of WordPress as of now is WordPress 6.3.2.
This project is licensed under the GNU GENERAL PUBLIC LICENSE License - see the LICENSE file for details.