cmandersen/wordpress-installer

Wordpress CMS installer.

1.2.0 2015-09-21 14:01 UTC

This package is auto-updated.

Last update: 2024-03-07 14:42:11 UTC


README

This package works as an installer for the Wordpress CMS.

Installation

Download the Wordpress installer via Composer:

composer global require cmandersen/wordpress-installer

Make sure to place the ~/.composer/vendor/bin directory in your PATH so the wordpress executable can be located by your system.

Usage

Once installed, the simple wordpress new command will create a fresh Wordpress installation in the directory you specify. For instance, wordpress new blog will create a directory named blog containing a fresh Wordpress installation.

wordpress new blog

After Wordpress has been downloaded and unpacked, the script will then offer installing Wordpress. It will ask you for the information it needs (database name, username etc.)

If you don't want to deal with it, you can either answer "no" or run the command with the --no-setup parameter.