This repository contains a script for install WordPress with WordPress Commands Line Interface.
- Go to the URL of this repository. If you are reading this document, is possible that you are there.
- Go to the directory in witch you want to install WordPress.
- Open the Unix shell and run "git clone https://github.com/juanmacivico87/wp-install-from-cli.git"
- Go to "wp-install-from-cli" directory.
- Duplicate sample.config file and rename it as "local.config" (if your web is in a local environment) or "production.config" (if your web is in a production environment).
- Replace all values with your wished configuration.
- Run "./wp-cli.sh" from Unix shell.
And voilĂ , your WordPress website is ready for begin to be developed.