Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Installation

Aubrey Portwood edited this page Feb 3, 2019 · 14 revisions

First you'll want to install wpkickstart using wp:

wp plugin install "https://github.com/aubreypwd/wpkickstart/releases/download/2.0.0/wpkickstart.zip" --activate

Lastly, you'll want to run:

wp kickstart build

This will prompt you for some information, and once supplied, will re-build wpkickstart for use as your plugin, E.g.:


wp kickstart build 
  --author="Martha Stewart" 
  --name="Cooking with Snoop Dogg" 
  --company="Martha Stewart LLC" 
  --website="http://martha.com" 
  --description="Cooking for shizzle."

Via cloning the repo

If you clone the repository, you can still run wp kickstart build but you will first need to run composer install and you will need to manually remove .git* files, etc.


Local by Flywheel Users

Just do everything after you SSH into your site's container by right-clicking on the site name and choosing "Open Site SSH". I also suggest you run wp cli update.