###A shell script for automated WordPress installs
####Features
- Downloads the latest version of WordPress
- Sets correct file and folder permissions
- Creates .htaccess file
- Creates wp-config file
- Replaces default values of wp-config
- DB_NAME
- DB_USER
- DB_PASSOWRD
- Authentication Unique Keys and Salts
- Creates MySQL Database
####How to use the WordPress Install Script
- Clone down this repo into the root directory of your WordPress site
git clone https://github.com/devender2/wordpress-installer.git ./
- Make the script executable
chmod 755 wp.sh
- Run the script and answer the questions in your terminal
./wp.sh