Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 858 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 858 Bytes

creativecommons.org-environment

WordPress Theme implementation of creativecommons.org

(May expand into sibling apps, likely not)

Docker containers

The docker-compose.yml file defines the following containers:

  1. cc-wordpress-web (localhost:8080)
  2. cc-wordpress-db
  3. cc-composer
  4. cc-phpmyadmin (localhost:8003)
  5. cc-wpcli

Setup

  1. Create the .env file:
    cp .env.example .env
  2. Update .env to set desired values for variables (WP_VERSION, WP_MOD_TYPE, WP_MOD_NAME, etc.)
  3. Build/start Docker:
    docker compose up
  4. Wait for build and initialization to complete
  5. Install WordPress initially through the GUI. (TODO: Script help here)

Plugin/Theme dev work should be done within the /src directory.