Skip to content

A shell script for installing WordPress along with useful plugins and a boilerplate theme packaged with Gulp.js and ES6 support

Notifications You must be signed in to change notification settings

jasewarner/wordpress-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

WordPress Installer

A shell script for installing WordPress along with useful plugins and a boilerplate theme packaged with Gulp.js.

Author

Jase Warner

If this project has been a help to you, feel free to give this grateful developer a coffee ☕️

Synopsis

I was looking around for a useful script to speed up the setting-up process for a WordPress site.

After looking around, I found a couple of great scripts by @snaptortoise and @darlanrod. However, I needed more features to speed up my day-to-day WordPress work, so I built on top of the fantastic work these guys did to get it to where I needed it to be.

Prerequisites

In order to use this script, you will need to have wget installed. See instructions for Brew here: https://formulae.brew.sh/formula/wget

Installation

cd into the project root and run the following in command-line:

curl -O https://raw.githubusercontent.com/jasewarner/wordpress-installer/master/wordpress.sh

Then run the script: sh ./wordpress.sh

It will download the latest version of WordPress, along with the latest version of all the plugins listed in the shell script and install them to the current directory, as well as the boilerplate theme.

Quick tip: if wget throws an error when attempting to retrieve the plugins, you will most likely need to install it! To do so, in the command-line, run brew install wget.

Plugins

The script installs the following WordPress plugins:

† I highly recommend purchasing the Pro version!

Theme

The script also installs my blank slate WordPress theme for Developers, packaged with Gulp.js for processing SCSS and JavaScript (ES6).

It also comes with some helpful SCSS mixins and was developed in accordance to the WordPress Coding Standards.

About

A shell script for installing WordPress along with useful plugins and a boilerplate theme packaged with Gulp.js and ES6 support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages