Brands
ArtNews

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_AUTH or 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-orphans

Build the dependencies:

docker-compose run --rm build-npm
docker-compose run --rm build-php

Install WordPress:

docker-compose run --rm cli

Run 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/sh

Run CI:

wget --no-cache -O - https://raw.githubusercontent.com/penske-media-corp/alpine-wordpress/master/_ss/global/_ss-ci.sh | sh

Critical files for CI/CD

pmc-artnews-2019 Notes

Add any additional notes that are app specific here