Technical requirements
In this chapter, you should follow the instructions provided in the previous chapter and configure a Bitbucket Pipelines pipeline. You are also expected to have basic knowledge of AWS and should use the code in this book’s code base at https://github.com/PacktPublishing/Test-Driven-Development-with-PHP-8/tree/main/Chapter%2010.
To see all the tests running properly, you can run the following command to download the complete code of this chapter, and run the Docker containers:
curl -Lo phptdd.zip "https://github.com/PacktPublishing/Test-Driven-Development-with-PHP-8/raw/main/Chapter%2010/complete.zip" && unzip -o phptdd.zip && cd complete && ./demoSetup.sh
To run the containers and execute the commands in this chapter, you should be inside the docker-server-web-1
container.
Run the following command to confirm the container name for our web server:
docker ps
To run the containers, run the following command...