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: 3 months ago
JSON representation
An installer for the Wordpress CMS, in a Laravel installer style
- Host: GitHub
- URL: https://github.com/cmandersen/wordpress-installer
- Owner: cmandersen
- License: mit
- Created: 2015-09-04T12:40:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T14:05:10.000Z (almost 10 years ago)
- Last Synced: 2025-01-30T11:43:56.429Z (5 months ago)
- Language: PHP
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.