Skip to content

Instantly share code, notes, and snippets.

View scottnunemacher's full-sized avatar
😁
Doing the things

Scott Nunemacher scottnunemacher

😁
Doing the things
View GitHub Profile
@wpsmith
wpsmith / composer-landing-pages.json
Last active July 13, 2021 15:42
WordPress: Rewrite Tutorial
{
"name": "wpsmith/post-type-taxonomy-rewrite",
"description": "Rewrite for {taxonomy}/{postname} rewrites.",
"type": "project",
"license": "GPLv2+",
"authors": [
{
"name": "Travis Smith",
"email": "[email protected]"
}
@alphaolomi
alphaolomi / wordpress_docker.md
Created September 20, 2019 07:44
Wordpress & Docker

Wordpress & Docker

This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command

docker-compose up -d

# To Tear Down
docker-compose down --volumes