Showing 2 Result(s)
bitbucket pipelines

Why you must try out Bitbucket Pipelines

Bitbucket Pipelines is a CI/CD (continuous integration and deployment) tool that is built into the Bitbucket platform. It allows you to automatically build, test, and deploy your code with ease. I’m quite sure that you’ll very quickly fall in love with this. Here are some reasons why you must give it a try: The set …

nginx php php-fpm config

Configuring Nginx with PHP & PHP-FPM on Ubuntu

A Ubuntu server configured with Nginx and PHP is my first pick when setting up a dev or live environment for a web application. I’ve used this to run Larevel, Magento, WordPress, and custom PHP applications. To, get started make sure you have Ubuntu 18.04 or later. For the purpose of this tutorial I’ll be …