Skip to content

Commit

Permalink
Merge pull request barryclark#86 from SSpeights/master
Browse files Browse the repository at this point in the history
Made Rainer's corrections, added Docker, deleted test blog .md
  • Loading branch information
hlgr360 authored Dec 14, 2016
2 parents 31b6437 + 3f1c700 commit 8a76445
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 50 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM starefossen/github-pages
MAINTAINER Scott Speights
VOLUME .:/usr/src/app
WORKDIR /usr/src/app





49 changes: 0 additions & 49 deletions _posts/2016-12-13-danielbryant-microservices-guestblog.md

This file was deleted.

2 changes: 1 addition & 1 deletion _posts/2016-12-16-danielbryant-microservices-guestblog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The final talk of the day was presented by Lorenzo, and focused on [‘A Visual

### Wrapping up a Great Day!

The day concluded with the Haufe team running a public meetup in the same venue, with Daniel presenting his updated “Seven (More) Deadly Sins of Microservices” talk, Martin reprising his presentation on Wicked.io, and another Haufe team talking about their journey with Dockerising an existing suite of applications.
The day concluded with the Haufe Group running a public meetup in the same venue, with Daniel presenting his updated “Seven (More) Deadly Sins of Microservices” talk, Martin reprising his presentation on Wicked.io, and the Haufe Akademie team talking about their journey with DevOps processes, infrastructure as code and dockerising an existing suite of applications.

There was lots to think about after watching all of the talks and chatting to attendees, and we concluded that there are many challenges with implementing changes like moving to a microservices architecture or migrating to the cloud within a company that has the successful history and size of Haufe. The primary issue for a leadership team is defining the role that IT will play within any transformation, and being very clear what the organisation is optimising for - the drive to minimise costs and maximise innovation are typically mutually exclusive.

Expand Down
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "2"

services:
jekyll:
ports:
- "4000:4000"
image: starefossen/github-pages
volumes:
# - "~/Source/Repos/SSpeights.github.io:/usr/src/app"
- ".:/usr/src/app"

0 comments on commit 8a76445

Please sign in to comment.