Skip to content

abendt/ci-spring-boot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot, Maven and Concourse

Setup

Prerequisites

$ brew install git
$ brew cask install virtualbox
$ brew cask install vagrant
$ brew cask install java

Setting up the VM

$ cd ~/workspace
$ mkdir concourse
$ vagrant init concourse/lite
$ vagrant up

Setting up the Command Line Tool

$ cp ~/Downloads/fly /usr/local/bin
$ chmod u+x /usr/local/bin/fly
$ fly -t lite login -c http://192.168.100.4:8080

Adding the Project to Concourse

$ cd ~/workspace
$ git clone https://github.com/spilth/concourse-maven-spring-boot.git
$ cd concourse-maven-spring-boot
$ fly -t lite set-pipeline -p concourse-maven-spring-boot -c concourse/pipeline.yml
$ fly -t lite unpause-pipeline -p concourse-maven-spring-boot

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published