pmc-artnews-2019 ########################################
WordPress theme for pmc-artnews-2019 https://pmc.com/contact
APP Details
- Parent theme pmc-core-v2
Installation
- git clone this repo
- ensure your have a valid
COMPOSER_AUTHor git auth credentials in your host environment to clone private repos - run through build steps listed below
Dev
Start up the app first by building the docker image:
docker-compose up --build -d --force-recreate --remove-orphansBuild the dependencies:
docker-compose run --rm build-npm
docker-compose run --rm build-phpInstall WordPress:
docker-compose run --rm cliRun tests:
docker-compose run --rm test-npm
docker-compose run --rm test-npm /bin/sh
docker-compose run --rm test-php
docker-compose run --rm test-php /bin/shRun CI:
wget --no-cache -O - https://raw.githubusercontent.com/penske-media-corp/alpine-wordpress/master/_ss/global/_ss-ci.sh | shCritical files for CI/CD
pmc-artnews-2019 Notes
Add any additional notes that are app specific here