/basswp

Primary LanguagePHPMIT LicenseMIT

basswp

A Composer powered WordPress Multisite setup

features

  • install and manage all dependencies via Composer. That's themes, plugins, and even the WordPress core
  • use vagrant to setup a development enviroment, scotch box to be specific

reqirements

use

  1. clone this repo $ git clone https://github.com/jchck/basswp.git && cd basswp && rm -rf .git
  2. add necassary themes/plugins to the require { } array in composer.json
  3. $ composer install
  4. $ vagrant up
  5. Visit your site here: http://192.168.33.10 and follow the prompts
  6. Install the network of sites

suggested reading

license

MIT

yay