A Composer powered WordPress Multisite setup
- 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
- clone this repo
$ git clone https://github.com/jchck/basswp.git && cd basswp && rm -rf .git
- add necassary themes/plugins to the
require { }
array in composer.json $ composer install
$ vagrant up
- Visit your site here: http://192.168.33.10 and follow the prompts
- Install the network of sites
MIT