Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wpscholar/wp-skeleton

Setup a new WordPress installation via Composer
https://github.com/wpscholar/wp-skeleton

composer php wordpress-development wordpress-installation wordpress-site

Last synced: 1 day ago
JSON representation

Setup a new WordPress installation via Composer

Awesome Lists containing this project

README

        

# WordPress Skeleton

Setup a new WordPress installation via Composer

## Requirements

PHP 5.6+

## Prerequisites

Install [Composer](https://getcomposer.org/doc/00-intro.md)

## Installation

```bash
$ composer create-project wpscholar/wp-skeleton {directory}
```

Replace `{directory}` above with the folder name of your new project.

## Configuration

Open up the `.env` file and edit your database credentials. The default file is designed to work with [Local](https://localwp.com/).

## Reminder

Don't forget to:

* Customize the `readme.md` file for your project
* Update the project's meta data in the `composer.json` file.