2017 © Pedro Peláez
 

library wp-project

A composer installable WordPress project

image

sideways8/wp-project

A composer installable WordPress project

  • Saturday, June 2, 2018
  • by zawntech
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

wp-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)

The Versions

02/06 2018

dev-master

9999999-dev

A composer installable WordPress project

  Sources   Download

The Requires