An open API service indexing awesome lists of open source software.

https://github.com/evanherman/local-wordpress-bash-manager

Automate local WordPress installations using WP-CLI, custom bash scripts and Alfred.
https://github.com/evanherman/local-wordpress-bash-manager

alfred3-workflow automation bash wordpress

Last synced: 10 months ago
JSON representation

Automate local WordPress installations using WP-CLI, custom bash scripts and Alfred.

Awesome Lists containing this project

README

          

# Local WordPress Bash Manager #

[![CircleCI](https://circleci.com/gh/EvanHerman/local-wordpress-bash-manager/tree/master.svg?style=svg)](https://circleci.com/gh/EvanHerman/local-wordpress-bash-manager/tree/master)
[![GitHub issues](https://img.shields.io/github/issues/EvanHerman/local-wordpress-bash-manager.svg?style=flat-square)](https://github.com/EvanHerman/local-wordpress-bash-manager/issues)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/EvanHerman/local-wordpress-bash-manager.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FEvanHerman%2Flocal-wordpress-bash-manager)

[![GitHub license](https://img.shields.io/github/license/EvanHerman/local-wordpress-bash-manager.svg?style=flat-square)](https://github.com/EvanHerman/local-wordpress-bash-manager/blob/master/LICENSE)

Using the tools bundled in this repository, you can easily manage local WordPress installs - including installing, deleting, cloning, updating and pull/deploy local WordPress instances. The following tools are a set of bash scripts that allow for easy management of your local sites through the command line, or using [Alfred](https://www.alfredapp.com/).

### Requirements ###
* Localhost install ( [Laravel Valet](https://laravel.com/docs/master/valet#installation), [MAMP](https://www.mamp.info/en/), [XAMPP](https://www.apachefriends.org/index.html) etc.)
* [WP-CLI](http://wp-cli.org/)
* [Alfred (with Powerpack)](https://www.alfredapp.com/) *(Optional)*

### Installation & Usage ###

For installation and usage instructions please take a look at our [documentation](https://EvanHerman.github.io/local-wordpress-bash-manager/).