Giter VIP home page Giter VIP logo

expedition's Introduction

Expedition Demo

The is a simple demo workflow to show how Infrastructure as Code and Continous Deployment (CD) can look like. This demo uses terraform to spin up the following architecture:

alt text

How to set up the environment

The following description assumes you have a working terraform installation in place. See here if you need to install terraform first. Once terraform is in place, you need to create a terraform.tfvars file within the projects terraform folder.

The project already contains a terraform.example file which you can use as a starting point. Just rename the file to terraform.tfvars and put in your credentials. Now you´re ready to start the infrastructure provisioning:

# Navigate to the projects terraform folder
cd <projectpath>/terraform
# Call terraform apply to create the infrastructure
terraform apply

The scripts output will look similar to this:


web-server-ip:
jenkins-ip: 

You can use the web-server-ip to connect to the Web server and the jenkins-ip to connect to the Jenkins Build server. The Jenkins credentials are: username: username password: bitnami

expedition's People

Contributors

ellistheellice avatar

expedition's Issues

Add user-data

For the demo, a prepared AMI was used. This AMI is not accessible from outside the used account. To enable others to use this demo, provide user-data to easily spin up ec2-instances. The documentation should also reflect that.

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.