mvpdesign/wordpress

WordPress magic stack

v1.0.2 2014-11-17 16:56 UTC

This package is not auto-updated.

Last update: 2024-04-23 02:05:54 UTC


README

WordPress magic stack

Requirements

  • Git
  • PHP >= 5.3.4 (for Composer)
  • Composer

Installation

Install via composer create-project

  1. Run composer create-project mvpdesign/wordpress <path> (<path> beign the directory to install to)
  2. Follow prompts
  3. Set your vhost path to /path/to/site/public/
  4. Visit site url designated during installation to complete the process

Manual install

  1. Make sure that composer is within your path
  2. Clone or download this repository
  3. Run composer install
  4. Run composer run post-create-project-cmd
  5. Follow prompts
  6. Set your vhost path to /path/to/site/public/
  7. Visit site url designated during installation to complete the process

Documentation

Directory Structure

├── config
│   ├── environments
│   │   ├── development.php
│   │   ├── staging.php
│   │   └── production.php
│   └── magic.php
├── public
│   ├── wp
│   ├── wp-content
│   │   ├── mu-plugins
│   │   │   └── index.php
│   │   ├── plugins
│   │   │   └── index.php
│   │   ├── themes
│   │   │   └── index.php
│   │   ├── uploads
│   │   │   └── index.php
│   │   └── index.php
│   ├── .htaccess
│   ├── index.php
│   └── wp-config.php
├── vendor
├── .env.example
├── .gitignore
├── composer.json
├── LICENSE
├── README.md
└── wp-cli.yml