26 10, 2016

Talk – How to Keep Your Employees, Part 1

By |2023-04-12T16:13:33+02:00October 26th, 2016|HR|Comments Off on Talk – How to Keep Your Employees, Part 1

How do we keep our best employees? I'll tell you 11 good characteristics with good companies, and then some bad in the next post!

17 10, 2016

IT environment, part 3: Backup of services

By |2016-10-19T15:15:41+02:00October 17th, 2016|IT|0 Comments

In my previous blog posts (found here and here) I gave a brief introduction to containers and as well as giving tips on how to make the containers behave like physical computers on your LAN. I also briefly mentioned that we host our own git server. Why would we do that, when there are plenty of cloud services that offer us hassle-free access to git? In order to understand why we made this decision, one need to rewind the time a few months. After deciding to found our own studio, one of the first questions you need to answer is: do we spend time [...]

10 10, 2016

Jenkins in a RKT container

By |2023-04-12T16:14:09+02:00October 10th, 2016|IT, rkt|Comments Off on Jenkins in a RKT container

I've been writing my own Docker file to deploy a Jenkins container. Jenkins is a build system and we're using rkt (Rocket) to run the container. The official Dockerfile for Jenkins and most other examples where rather big, so I've been slimming ours down a bit. (If you are looking for something a bit more comprehensive, take a look at this really great tutorial over at Riot Games.) I'll probably add more settings as we figure out what could be better, but this is the state of it right now. Let me show you and explain bit by bit. [crayon-661e8fc027762842501678/] This part above states [...]

3 10, 2016

IT environment, part 2: Practical server setup

By |2023-04-12T16:14:28+02:00October 3rd, 2016|IT, rkt|Comments Off on IT environment, part 2: Practical server setup

In my first blog post I gave a very brief introduction to containerization and why we chose to spend some time on our initial IT setup. In this post, I will talk about how we've deployed our first container host server. If you're used to deploying myriads of servers on your own and can configure network settings in your sleep, this post might be a bit basic to you. However, if you're like me, with some technical know-how but rather inexperienced with larger network setups - then hopefully this post can help you if you one day decide to deploy your own container host. First, a brief [...]

Go to Top