WordPress magic stack
- Git
- PHP >= 5.3.4 (for Composer)
- Composer
- Run
composer create-project mvpdesign/wordpress <path>
(<path>
beign the directory to install to) - Follow prompts
- Set your vhost path to
/path/to/site/public/
- Visit site url designated during installation to complete the process
- Make sure that composer is within your path
- Clone or download this repository
- Run
composer install
- Run
composer run post-create-project-cmd
- Follow prompts
- Set your vhost path to
/path/to/site/public/
- Visit site url designated during installation to complete the process
├── 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