Skip to content

A portable WordPress that runs on any machine with PHP installed. It uses an SQLite driver for the database and provides a convenient cli to start the built-in PHP server.

rheinardkorf/portable-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portable WP

This is a small proof of concept to create a command line utility for spinning up portable WordPress sites that run on SQLite and using the built-in PHP server.

The goal is a severless WordPress environment for quick tests.

Installing

go get github.com/rheinardkorf/portable-wp/cmd/pwp

Make sure that $GOPATH/bin is in your paths. You can then run

pwp -help

to see what flags you can supply. Alternatively, simply run pwp without any flags to use the convenient defaults.

About

A portable WordPress that runs on any machine with PHP installed. It uses an SQLite driver for the database and provides a convenient cli to start the built-in PHP server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages