WordPress Theme implementation of creativecommons.org
(May expand into sibling apps, likely not)
The docker-compose.yml
file defines the following
containers:
- cc-wordpress-web (localhost:8080)
- cc-wordpress-db
- cc-composer
- cc-phpmyadmin (localhost:8003)
- cc-wpcli
- Create the
.env
file:cp .env.example .env
- Update
.env
to set desired values for variables (WP_VERSION
,WP_MOD_TYPE
,WP_MOD_NAME
, etc.) - Build/start Docker:
docker compose up
- Wait for build and initialization to complete
- Install WordPress initially through the GUI. (TODO: Script help here)
Plugin/Theme dev work should be done within the /src
directory.