Skip to content

igregson/wp-sqlite-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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

About

simple wp make file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published