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
- Host: GitHub
- URL: https://github.com/resourcepool/handson-your-delivery-pipeline
- Owner: resourcepool
- License: apache-2.0
- Created: 2016-05-10T21:00:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T19:16:18.000Z (almost 10 years ago)
- Last Synced: 2025-05-22T02:40:58.098Z (about 1 year ago)
- Language: Ruby
- Size: 9.22 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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