Skip to content

yanickj/jenkins-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The purpose of this repository is to provide a demo of the PHP continuous integration server described on http://jenkins-php.org/.

Requirements

Installation

  1. Install Vagrant and VirtualBox.
  2. Clone php-jenkins repository to a directory on your host machine.
  3. Initialize and update git submodules (run git submodule init; git submodule update; in cloned repo directory).
  4. Invoke "vagrant up"

The included Vagrantfile will create a virtual machine, install Jenkins and the required PHP and Jenkins Plugins. Once the Vagrant guest machine is running Jenkins can be accessed at http://192.168.50.10:8080

About

PHP CI in Vagrant based on http://jenkins-php.org/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published