Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 720 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 720 Bytes

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