dev-master
9999999-devA composer installable WordPress project
The Requires
- composer/installers ^1.3
- johnpbloch/wordpress *
- sideways8/wp-project-config @dev
by Marty Eason
A composer installable WordPress project
This is a lightweight composer package for quickly installing the files needed for a clean, decoupled WordPress., (*1)
WordPress files and working content directories are separated, making version control cleaner., (*2)
git clone git@github.com:Sideways8/wp-project.git ./your-project-name cd your-project-name && composer install
This will: - Download WordPress to /www/wp - Create content directories in /www/content (plugins, ) - Create multi-environment configuration files in /config - Download a fresh set of auth salts from WordPress, (*3)
Edit /config/wp-config-dev.php: - Set the APP_DOMAIN to your instance's domain (ie, mysite.wp) - Set the DB_ constants to connect to your database., (*4)
Finally, serve the /www directory from your web server., (*5)
A composer installable WordPress project