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.
- Host: GitHub
- URL: https://github.com/abmsourav/wpcli-automation
- Owner: AbmSourav
- License: gpl-2.0
- Created: 2020-07-04T08:08:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T15:07:21.000Z (over 5 years ago)
- Last Synced: 2024-10-19T22:09:37.284Z (over 1 year ago)
- Topics: automation, bash, bash-script, installer-script, wordpress, wpcli
- Language: Shell
- Homepage:
- Size: 468 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)

## 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`