An open API service indexing awesome lists of open source software.

https://github.com/resourcepool/handson-your-delivery-pipeline

Enter the next generation of continuous integration and continuous delivery with this handson. Discover docker, ansible, jenkins 2.0, and pipeline
https://github.com/resourcepool/handson-your-delivery-pipeline

Last synced: 11 months ago
JSON representation

Enter the next generation of continuous integration and continuous delivery with this handson. Discover docker, ansible, jenkins 2.0, and pipeline

Awesome Lists containing this project

README

          

# handson-your-delivery-pipeline
Enter the next generation of continuous integration and continuous delivery with this handson. Discover docker, ansible, jenkins 2.0, and pipeline

## Pre-requisites
In order to prepare for your handson session, you need to install a few things:

### Virtualbox
Install the latest version of virtualbox [here](https://www.virtualbox.org/wiki/Downloads)

### Vagrant
Install the latest version of vagrant [here](https://www.vagrantup.com/downloads.html)
Install the vagrant-hostupdater plugin
```sh
vagrant plugin install vagrant-hostsupdater
```

### VM bootstrap
Open your favorite shell in the ./ci-server folder and run
```sh
vagrant up
```

This may take several minutes.

N.B.: you may have to input your sudo password. Otherwise, run vagrant up under a privileged user.

Once all the steps are done, check everything works by browsing http://ci.resourcepool.io.local