example-wordpress-composer
example-wordpress-composer copied to clipboard
Hi, currently with this template, every time a new PR is created, it creates a MultiDev environment with the PR number/ID. Is there a way to change this workflow to...
https://github.com/pantheon-systems/example-wordpress-composer/tree/master/scripts/composer
Running this example with Jenkins (as in https://pantheon.io/docs/guides/jenkins/#add-build-steps ) fails on: echo "Running behat" TERMINUS_ENV=ci-$BUILD_ID TERMINUS_SITE=$SITE_ID $WORKSPACE/tests/scripts/run-behat ...//workspace/tests/scripts/run-behat: No such file or directory Build step 'Execute shell' marked build as...
Would this be worthy to mention that this example is not multisite compatible out of the box in Pantheon? Would it also worth exploring the possibility of creating an example...
If merged, would help with issue #57
After chatting with a customer who appears to be using this setup, it appears that adding custom themes is a bit of a challenge. Since the theme folder is ignored,...
Hey, I noticed that this repo uses Dotenv but lacked a .env.example. I also noticed that there wasn't anything in the README about setting up the .env for local development....
Just thought I'd provide some feedback for you all. -First of all, this documentation is class leading: https://pantheon.io/docs/guides/build-tools/ - a fantastic walk-through that made setting this up clear. Huge leaps...
I was trying to run first the build command first when I was trying to follow the instructions because that was the first code that I saw and ran into...