If you are using github as your project's source code repository, not matter whether its open source or private, it's good idea to have the automated deployment mechanism setup so that whenever someone from your team push to the repository, your web app get built/updated automatically to the latest changes. There are several continuous integration system like travis, jenkins … [Read more...] about Simple Github Push To Deploy Tutorial
Management
Build PHP Web Application In One Step Using Makefile
If you are deploying your PHP web application manually 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 to learn such a build system like "phing", well, there is good news for you, you can avoid … [Read more...] about Build PHP Web Application In One Step Using Makefile
Using Supervisord Web Interface And Plugin
In my last article where I tried to give an introduction and basic usage of supervisord process monitoring, I figured that there are two missing features there which someone should know about/be aware of. Which are, interacting with supervisord web interface and using a plugin with supervisord. So, today, In this small article, I will try to cover these two to make your … [Read more...] about Using Supervisord Web Interface And Plugin
Beginners Guide To Supervisord Process Monitoring
If you are working with long running process on web servers and struggling hard to manage them easily, supervisord process monitoring software can help you the most. I have recently learned about it and can't help myself from sharing with my readers about this awesome piece of software. I will try to introduce this to you and show you the basic usage, which is basically … [Read more...] about Beginners Guide To Supervisord Process Monitoring
Using TFS Task Management In Visual Studio
Today, we will see how we can interact with the TFS task management system inside the visual studio integrated environment. This tutorial will cover how we can create a task, explore/find tasks, create team queries for filter tasks, change states and make necessary updates on the tasks. I am using visual studio 2010, which has the team client within it. If you are using vs … [Read more...] about Using TFS Task Management In Visual Studio