Skip to content

devender2/wordpress-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A shell script for automated Wordpress Installs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages