8000 GitHub - xpeppers/agile-at-work: A full-day conference about real world experiences on applied Agile methodologies, DevOps principles and Cloud infrastructure transformations. You will attend practical workshops, training sessions and talks of case studies.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A full-day conference about real world experiences on applied Agile methodologies, DevOps principles and Cloud infrastructure transformations. You will attend practical workshops, training sessions and talks of case studies.

Notifications You must be signed in to change notification settings

xpeppers/agile-at-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agile@work

A full-day conference about real world experiences on applied Agile methodologies, DevOps principles and Cloud infrastructure transformations. You will attend practical workshops, training sessions and talks of case studies.

run environment locally (ruby)

bundle install
bundle exec jekyll serve --incremental --port <port> --host <host>

# to start php demo scripts use a php server instead
cd php
php -S 0.0.0.0:4044

run environment locally (docker:fish)

docker build --rm --tag agile-at-work (pwd)
docker run -itv (pwd):/wd -p 4000:80 --name agile-at-work agile-at-work

run environment locally (docker:sh, bash, zsh)

docker build --rm --tag agile-at-work $(pwd)
docker run -itv $(pwd):/wd -p 4000:80 --name agile-at-work agile-at-work

About

A full-day conference about real world experiences on applied Agile methodologies, DevOps principles and Cloud infrastructure transformations. You will attend practical workshops, training sessions and talks of case studies.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

0