From the course: DevOps Foundations: Your First Project

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Test often, ship often

Test often, ship often

Let's review what we've accomplished so far. We've installed Docker and Docker Compose onto our machine. We've also confirmed that we can build container images from Dockerfiles and create containers from them. We also learned about version control systems and how they make developing software as a team awesome. From there, we've created a Git repository, used Docker Compose to stand up an instance of GitLab, and pushed our repository along with the Explore California website into it. This is some serious progress. Let's crank this up a notch by changing our website. Let's get right into it. Let's make sure we're in the Explore California website directory, which we are. From there we're going to CD into the website directory. Then we're going to go ahead and open index.htm in our favorite editor. And then once here we're going to change text and r... Hang on a second. Let's get DevOps here for a little bit. How do we know that the change we're about to make actually works? We could…

Contents