Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 587 Bytes

WP SQLite Make

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.

Usage:

  1. Clone repo
  2. make
  3. start server: php -S localhost:3000
  4. visit localhost:3000

Note:

  • Requires wget