Coder Social home page Coder Social logo

jolsenatx / install-concourseci Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thells176/install-concourseci

0.0 2.0 0.0 5.7 MB

Vagrant deployment of Ubuntu Jumpbox VM and a VM with Concourse deployed with docker-compose

Shell 64.62% Ruby 35.38%

install-concourseci's Introduction

Local CI Environment with Vagrant Provisioning

Two options to choose from:

Multi-VM configuration using Vagrant that comprises of the following:

  • One jumpbox/development Xenial64 VM with the Cloud Foundry and Concourse FLY CLI's installed
  • One VM that installs either Concourse CI using Docker Compose or Jenkins

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing

How to get the environment up and running

Clone this repository to your local machine

git clone https://github.com/jolsenatx/install-concourseci

cd into the cloned repository and vagrant up

vagrant up --provider virtualbox

After the provision is complete, ssh into the jumpbox which will be used to interact with Concourse and Cloud Foundry (if desired)

vagrant ssh jumpbox

Once you've ssh'd into the jumbox VM, you will want to switch to root

Use the Fly CLI to login to the Concourse VM

fly -t tutorial login -c http://192.168.99.101:8080

You will be prompted for a username and password Username:

concourse

Password:

changeme

The last step is to Sync up Fly by running the following command:

fly -t tutorial sync

Parting Thoughts

Thank you to Steven Thellen for writing the script that installs Concourse

Now that you have a working Concourse environment, I highly recommend learning how to fly with Concourse by following the Flight School tutorial.

Also, You are probably wondering why not just use the official Concourse Vagrant box?

  1. Because that would have been too easy
  2. I plan on expanding this project to include additional tools and capabilities to help better understand the CI/CD methodologies locally.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.