mvpdesign / wordpress
WordPress magic stack
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Type:project
Requires
- php: >=5.3.4
- composer/installers: 1.0.18
- fancyguy/webroot-installer: 1.1.0
- mvpdesign/wordpress-installer: 1.0.0
- vlucas/phpdotenv: 1.0.9
- wordpress: 4.0
- wpackagist-theme/twentyfourteen: *
This package is not auto-updated.
Last update: 2024-12-17 05:27:44 UTC
README
WordPress magic stack
Requirements
- Git
- PHP >= 5.3.4 (for Composer)
- Composer
Installation
Install via composer create-project
- 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
Manual install
- 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
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