evermade / instantwp

Oneliner WP stack for testing & prototyping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Docker

Usage

Available parameters

Example command with parameters:
./instantwp -u localhost -p bbpress,akismet -l fi

WordPress files are located in public-folder.

Credentials

WP admin account: instantwp / instantwp

Cleanup and reinstall

If you want to remove the current WordPress installation and reinstall it you can run:
./instantwp clean

Good to know

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

Author

Jaakko Alajoki twitter.com/mrjaamo

License

GPLv2

About

Oneliner WP stack for testing & prototyping.

License:GNU General Public License v2.0


Languages

Language:Shell 67.3%Language:Dockerfile 32.7%