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

https://github.com/abmsourav/wpcli-automation

WordPress installation with the WP-CLI automation utility tool.
https://github.com/abmsourav/wpcli-automation

automation bash bash-script installer-script wordpress wpcli

Last synced: 10 months ago
JSON representation

WordPress installation with the WP-CLI automation utility tool.

Awesome Lists containing this project

README

          

# WP-CLI Automation
WordPress installation with WP-CLI automation utility tool. It works on the top of WP-CLI. You don't need to memorize arguments while you're installing WordPress. **Just one command and then follow the instractions, just like Node package init.**

It's a Bash script, so I guess it'll only work on Linux and MacOS.
You must have wpcli installed in your machine. WP-CLI intallation guidline: [Click Here](https://wp-cli.org/)

![wpi demo](https://github.com/AbmSourav/wpcli-automation/blob/dev/doc/wpi-automation-demo.gif)

## Documentation:
* Download the latest release.
* Add **wpi** file in your path or put it in your `/bin` directory.
* Make it executable. `chmod +x wpi` (you may need to run with `sudo`)
* Then go to the folder where you want to install WordPress and run `wpi`