Skip to content

A shell script to run through the WordPress installation process, creating initial pages, removing default themes and plugins and installing plugins and creating a new theme based on _s.

Notifications You must be signed in to change notification settings

jakeherp/wp-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

WordPress Installation Shell Script

What this script does:

  1. Downloads the latest en_GB version of WordPress into a predefined folder
  2. Creates the wp-config.php file based on entered database credentials
  3. Installs WordPress based on entered details
  4. Changes the permalink structure to /postname/ and flushes the previous setting
  5. Deletes default WordPress posts and pages
  6. Creates Home, About and Contact pages
  7. Sets Home as landing page
  8. Scaffolds an _s based Theme and sets it as default
  9. Installs plugins Yoast SEO and Ninja Forms
  10. Removes default WordPress themes
  11. Removes default WordPress plugins
  12. Creates a Main Menu and adds the existing pages to it
  13. Initialises a git repository for the Theme folder
  14. Opens the theme folder in VS Code and the project in Google Chrome

About

A shell script to run through the WordPress installation process, creating initial pages, removing default themes and plugins and installing plugins and creating a new theme based on _s.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages