/instantwp

Oneliner WP stack for testing & prototyping.

Primary LanguageShellGNU General Public License v2.0GPL-2.0

InstantWP

InstantWP is a Docker based tool to instantly spin up a WordPress site. It's meant for rapid prototyping and testing plugins and themes.

Requirements

Simple is it :)

  • Docker

Usage

  • Run ./instantwp -u localhost -p bbpress,akismet
  • Open your browser!

Available parameters

  • u: Domain
  • p: List of plugins you want to install. Comma separated list.

WordPress files are located in public-folder.

Credentials

WP admin account: instantwp / instantwp

Good to know

  • This tool IS NOT SUITABLE for production use
  • If you want to reinstall WordPress just empty public or mysql-data -folder.

Author

Jaakko Alajoki twitter.com/jalajoki

License

GPLv2