Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 723 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 723 Bytes

Wordpress-Installer

###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

  1. Clone down this repo into the root directory of your WordPress site
git clone https://github.com/devender2/wordpress-installer.git ./
  1. Make the script executable
chmod 755 wp.sh
  1. Run the script and answer the questions in your terminal
./wp.sh