Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
Setup a new WordPress installation via Composer
- Host: GitHub
- URL: https://github.com/wpscholar/wp-skeleton
- Owner: wpscholar
- Created: 2014-11-08T08:35:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T21:39:02.000Z (almost 5 years ago)
- Last Synced: 2024-09-27T14:41:26.885Z (4 months ago)
- Topics: composer, php, wordpress-development, wordpress-installation, wordpress-site
- Language: PHP
- Size: 18.6 KB
- Stars: 36
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.