- WP-CLI
- Ensure that mysql is available via command line. This can be checked with the
which mysqlcommand; if this doesn't return anything then you'll need to add your mysql directory to your paths.
npm install springbox -g
- Move into your htdocs directory (or wherever localhost points).
- Run the command
springbox. - Enter project name (used for the directory and database names).
- Enter database details when prompted (leave host blank to use 127.0.0.1).
- Enter Wordpress details when prompted.
- Installs the Monolith Wordpress theme.
- Deletes default plugins.
- Will print error messages but doesn't do much about the reported errors.
- If something goes wrong, delete the install directory and database (if they were created), resolve any other errors and try again.
No configuration available yet.