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: 6

Forks: 1

Open Issues: 0

Type:project

pkg:composer/versionpress/pedestal

dev-master 2016-05-23 11:28 UTC

This package is not auto-updated.

Last update: 2025-10-03 23:47:48 UTC


README

pedestal

Requirements

  • PHP >= 5.6
  • Composer

Installation

  1. Create new project - composer create-project versionpress/pedestal.
  2. Update web/wp-config.php to match your DB / project settings.
  3. Add theme(s) in web/app/themes as you would for a normal WordPress site.
  4. Run wp core install with parameters for your new site.
  5. Access WP admin at http://example.com/wp/wp-admin.