Skip to content

WordPress installation with the WP-CLI automation utility tool.

License

Notifications You must be signed in to change notification settings

AbmSourav/wpcli-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

wpi demo

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