A single make file and command for creating a local WordPress install. Simple.
Uses an SQLite database (via the SQLite Integration plugin). Say goodbye to phpMyAdmin (or having to remember MySQL terminal commands). Say hello to simple version control (a single file) and an agile dev setup.
Use in collaboration with PHP's server for a dead-simple Wordpress development setup.
- Clone repo
make
- start server:
php -S localhost:3000
- visit
localhost:3000
- Requires
wget