If you manually deploy your PHP web application by updating revision, setting proper permissions, running tests, etc, from the command line, maybe it's time for you to automate these things better to save time. In case you have already tried, and maybe you are a little distracted by learning such a build system like "phing", well, there is good news for you: you can avoid that … [Read more...] about Build PHP Web Application In One Step Using Makefile
DevOps
Using Supervisord Web Interface And Plugin
In my last article, where I tried to give an introduction and basic usage of supervisord process monitoring. There are two more features that someone should know about/be aware of to get the most out of it. Which are:So, today, In this small article, I will try to cover these two to make your supervisord experience easier/better. Let's start with the built-in web … [Read more...] about Using Supervisord Web Interface And Plugin
Beginners Guide To Supervisord Process Monitoring
If you are working with long-running processes on web servers and struggling to manage them easily, supervisord process monitoring software can help you the most. I have recently learned about it and can't help but share it with my readers about this excellent piece of software. I will try to introduce this to you and show you the primary usage intended for beginners. If you … [Read more...] about Beginners Guide To Supervisord Process Monitoring
Manage Domain On Apache Based Linux Server
If you are on a shared hosting, you don't have to worry about it that much, as you get a nice control panel to manage domains easily. Well, if you now move to a <abbr="Virtual Private Server">VPS or dedicated server, you can still have it easily with the help of cpanel or such service. But here we are talking about taking control of ourselves. We are here to set up a full … [Read more...] about Manage Domain On Apache Based Linux Server
AWS Route 53 Tutorial: Mastering Domain Management
Hey there! So, you're curious about AWS Route 53, huh? Well, you're in luck because I'm about to give you the ultimate guide to mastering this powerful DNS service. Whether you're a total newbie or need a refresher, I'll walk you step by step through everything—from what DNS is to how to register a domain to setting up fancy stuff like GeoDNS. Trust me, you'll be a Route 53 pro … [Read more...] about AWS Route 53 Tutorial: Mastering Domain Management