versionpress / pedestal
A Composer-based WordPress stack. For testing purpose only. Inspired by Bedrock.
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 7
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.6
- composer/installers: ~1.0.12
- johnpbloch/wordpress: 4.5.1
- wpackagist-theme/twentysixteen: ^1.2
This package is not auto-updated.
Last update: 2024-11-01 19:36:20 UTC
README
Requirements
- PHP >= 5.6
- Composer
Installation
- Create new project -
composer create-project versionpress/pedestal
. - Update
web/wp-config.php
to match your DB / project settings. - Add theme(s) in
web/app/themes
as you would for a normal WordPress site. - Run
wp core install
with parameters for your new site. - Access WP admin at
http://example.com/wp/wp-admin
.