Skip to content

WordPress project set-up tools. Bashtastic!

Notifications You must be signed in to change notification settings

drrobotnik/wp-tools

This branch is 17 commits ahead of linepress/wp-tools:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e3aab5 · May 7, 2014

History

27 Commits
Jul 17, 2013
Nov 4, 2012
Jan 2, 2013
Jan 2, 2013
Jan 2, 2013
May 7, 2014
Jan 2, 2013
May 7, 2014
Jan 11, 2013

Repository files navigation

WordPress tools

========

A fork of linepress WP-Tools.

The main difference is that I minimize extra config folders and files. And add options local and production options. The project is very customizable.

Requirements and Assumptions

This script assumes you're using OSX and WP-CLI. WP-CLI itself doesn't work well with MAMP out of the box, so if you're using homebrew or a self compiled set-up of PHP/MYSQL you'll probably be fine.

Usage

Execute in terminal setup.sh and follow the instructions.

#Example

  1. Run the script from a folder where you'd like your dev site to live.
  2. Name the project. Slug is used throughout the build in your theme, function prefixes, etc.
  3. Optionally connect it to a private BB repo.

alt text

  1. Automatically builds local DB based on given inputs.
  2. Installs latest version of WP via WP-CLI.
  3. Creates a local-config file and modifies wp-config credentials if given for "live credentials".

alt text

  1. Installs developer plugins. ACF, Developer, WP_Debug, etc. If you fork this project you can easily change the ones I've chosen.
  2. Optionally (recommended) installs and activates a custom _s theme. This theme generates Title, description, and prefixes all functions. Saving tons of initial work.

alt text

Credit

About

WordPress project set-up tools. Bashtastic!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.9%
  • Shell 32.1%