A suck ass wordpress setup
$ git clone https://github.com/samuelngs/wordpress-sucks.git
$ cd wordpress-sucks
$ mkdir -p theme
$ touch theme/index.php theme/theme.resource
$ # ready to go!
wordpress-sucks [root]
├── plugins *[all plugins should be installed here]
└── theme *[theme development files]
└── theme.resource *[theme resource configuration]
└── [your_code]
index.php
[custom-page-filename-etc].php
$ make up # or docker-compose up -d
$ make stop # or docker-compose stop
$ make rm # or docker-compose rm -f
This project is distributed under the WTFPL license found in the LICENSE file.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2017 Sam <sam@infinitely.io>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.