Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmandersen/wordpress-installer

An installer for the Wordpress CMS, in a Laravel installer style
https://github.com/cmandersen/wordpress-installer

Last synced: about 1 month ago
JSON representation

An installer for the Wordpress CMS, in a Laravel installer style

Awesome Lists containing this project

README

        

# Wordpress installer

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.