Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
Charlie Rosenbury edited this page Jan 11, 2015 · 7 revisions

HelperPress

A CLI tool for automating & simplifying much of the WordPress multi-environment workflow.

  • Simplified Source Control - Only track your theme's source. Use config files for everything else.
  • Environment Management - Migrates database & uploads between environments
  • Automatically Configure Apache & Hosts - Automagically configures Apache virtualhosts and hosts for local development
  • Deployment - Build & Deploy via rsync or Git

Requirements

This has only been tested on OS X. It will not work as-is on Windows. It will maybe work on nix

  1. Node.js & npm
  2. Composer
  3. mysql in your $PATH

Installation

  1. Install HelperPress globally via npm: npm install helperpress -g.
  2. Setup your global HelperPress config file (~\.helperpress)

Use

  1. Run hp init in your project's repo to get started.

See Command Reference for a list of commands, or use hp --help

Clone this wiki locally