Giter Site home page Giter Site logo

cd-ws-p's Introduction

Continuous Delivery - Hands on

Gitter chat

Dieses Repository beinhaltet die Unterlagen zum Workshop

"Continuous Delivery - Hands on" von Oliver Nautsch

Im Workshop arbeiten wir mit Lubuntu innerhalb von VirtualBox. In dem VirtualBox-Image ist viel Software installiert und dementsprechend gross ist das Image auch.

Important
Bitte genug Zeit (ca. 30min - 1h) für die Download und die Installation des Image einplanen! Die Zeit ist stark von der Bandbreite der Internetverbindung abhängig. Im Workshop sind die WLAN-Verbindungen meist nicht ausreichend in vernünftiger Zeit die Vorbereitung zu machen!

Wenn etwas nicht funktioniert oder unklar ist, dann bitte im Gitter Chat fragen.

Vorbereitung auf den Workshop

Installation des Images

Minimale Voraussetzung um das Image benutzen zu können, ist eine VirtualBox Installation auf dem eigenen Laptop.

Derzeit gestestet ist die Version 5.0.24

Es gibt zwei Installationsvarianten

  • Installation via Vagrant (empfohlene Variante)

  • Installation via Import

Beide Varianten werden nun beschrieben:

Installation via Vagrant (empfohlene Variante)


  • via git

git clone https://github.com/ollin/cd-ws-p.git

  • oder via wget

wget https://raw.githubusercontent.com/ollin/cd-ws-p/master/vagrant/Vagrantfile -P cd-ws-p/vagrant


  • wechsle ins Verzeichnis "cd-ws-p/vagrant"

  • starte die Box

vagrant up -d
  • es erfolgt nun der Download der Box (~3 GB)

  • die Box wird nun als Guest Machine in VirtualBox erzeugt und gestartet

  • Einloggen in Linux Guest innerhalb Virtualbox (dev, dev123)

  • Linux wieder beenden

  • FERTIG

Neuinstallation

Sollte eine vollständige Neuinstallation oder ein Upgrade notwenig sein, so wie folgt vorgehen:

cd cd-ws-p/vagrant    # Verzeichnis in dem die Datei Vagrantfile liegt
vagrant destroy -f    # löscht die Box in Virtualbox
vagrant box update    # holt die neuste Version der Box
vagrant up            # startet die Box in Virtualbox

Installation via Import

Inhalt des VirtualBox Image

VirtualBox 5.0.24

Das Image ist wie folgt konfiguriert:

  • CPU’s: 4

  • RAM: 8192 MB

  • HD: 64GB , dynamisch, LVM

  • Network: NAT

Das Image enthaelt:

  • Lubuntu 16.04 Desktop 64bit

  • VirtualBox Guest Additions 5.0.26

  • Docker, Docker Compose

  • OpenJDK

  • Git

  • Firefox

  • Intellij Idea Community Edition

  • diverse Docker Container

Presentation

Die Folien sind mit Asciidoctor geschrieben und online einsehbar.

cd-ws-p's People

Contributors

ollin avatar

Watchers

Dominik Kaspar avatar

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.