Monday, September 21, 2015

Automating Build and Deployment of PHP Applications



Download Jenkins for Windows from http://jenkins-ci.org/;

Unzip the Jenkins.zip file in to setup files.

Install Jenkins.

Run command line.

Make sure that java is installed and its path is set.

To start Jenkins, please run this command.

java -jar jenkins.war
https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins
 
Open in browser, using the following URL.
 
http://localhost:8080/ 




I hope it helped. Feel free to comment...