We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Chef for developers

Formale Metadaten

Titel
Chef for developers
Serientitel
Anzahl der Teile
150
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
There's a reason Heroku is so popular. As developers we often prefer to focus on coding (and sometimes providing business value) over setting up and maintaining servers and infrastructure.Setting up a full stack with e.g. apache/nginx, containers/wrappers, permissions, monitoring, alerts etc. can be a daunting task if you have not experienced it before. Even more terrifying is the thought of having to do it all again (from memory, or some patchy notes) if the server crashes or you need to scale out horizontally. Tools such as Chef and Puppet allow you to document and execute the setup and maintenance of your servers with code. From a developer's perspective I'll show you how "easily" you can setup your own servers with Chef. I'll also share with you my experiences from using Chef for more than a year now. There are some nice tools like Librarian-Chef which helps you keep your Chef-repository cleaner and more organised. Finally I'll talk a bit about when you should reuse cookbooks/recipes from the community and when you should create your own.