How to create branch on github
GIT is very popular repository in computer programming, all big player using GIT for repository in his project. In this post i will share command to create branch on GIT.GIT branch is a copy of master...
View ArticleHow To Install Git on windows/Linux
GIT is an popular open source distributed version control system. Git designed to handle everything from small to very large projects with speed and efficiency. Install Git on linux $ apt-get install...
View ArticleHow to Install Jenkins on Ubuntu
In this tutorial we will learn how to install Jenkins server on Linux, Jenkins is the leading open-source continuous integration server. Jenkins built with java and running in Apache Tomcat. Jenkins...
View ArticleUnderstanding Chef Server/Client and Node
Chef is very important tool in DevOops. Chef is used to automate your build, deploy, and manage your infrastructure. Chef help to infrastructure automation and configuration management tasks. Chef...
View ArticleHow to Install Chef Server on Ubuntu 12.04
In this quick tutorial i will let you know how to install chef server on your Linux Ubuntu 12.Chef is very imerging tool on automation of infrastructure and application deployment, in previous article...
View ArticleBuilding a PHP Project in Jenkins
In a previous article, we gone through the installation of Jenkins on system, here i am taking one step ahead and create job/item in Jenkins for our project, I am creating build project for PHP.PHP is...
View ArticlePrepare a PHP project for Jenkins
in previous article we have learn Building application in jenkins, Here I am describing how to create php application and build file which will contains all jenkins job information what he will do at...
View ArticleHow To Merge Trunk with Branch in SVN
In This tutorial I will tell you how to merge trunk to specific branch in SVN, It is very easy and two step simple process to merge any branch. There are following step to merge trunk to branch: Step...
View ArticleHow to Manually Install Jenkins plugin
Now days Jenkins is more popular for continuous integration build tool, Jenkins provides thousands of Jenkins plugin which help to improve Jenkins functionality. You can directly installed plugin from...
View Article