Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dummy-team/wp-installer
Wordpress installer via composer
https://github.com/dummy-team/wp-installer
Last synced: 20 days ago
JSON representation
Wordpress installer via composer
- Host: GitHub
- URL: https://github.com/dummy-team/wp-installer
- Owner: dummy-team
- License: mit
- Created: 2015-09-20T17:13:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T13:08:05.000Z (about 9 years ago)
- Last Synced: 2024-11-16T01:45:48.523Z (about 1 month ago)
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wp-installer
Wordpress installer is a composer package that will guide you during a Wordpress installation. Wordpress core and plugins dependencies will be managed via composer.## How to start a project?
Install [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) and then start your project with this command
```
composer create-project dummy-team/wp-installer name-of-your-project
```> Note: *name-of-your-project* will be the destination folder so don't forget to change it.