Chef cookbook for OTRS

Moderator: crythias

Post Reply
StephenKing
Znuny newbie
Posts: 23
Joined: 09 Sep 2008, 15:20

Chef cookbook for OTRS

Post by StephenKing »

Dear forum,

I've worked on a cookbook to deploy OTRS through Chef during the last days (for those, who don't know Chef: It's similar to Puppet and basically both do the same: Infrastructure automatization).

You can find it here: https://github.com/StephenKing/chef-cookbook-otrs

By applying the otrs recipe to a node, it will automatically get an Apache installed and configured as precondition.
After that OTRS will be downloaded, extracted and installed. After successful deployment, you can login with user the usual root@localhost with password root.

I'm looking forward to your feedback!

Steffen
StephenKing
Znuny newbie
Posts: 23
Joined: 09 Sep 2008, 15:20

Re: Chef cookbook for OTRS

Post by StephenKing »

Ah.. btw: it currently deploys 3.1beta4 for you - but that can be arbitrarily changed and should also work for 3.0.
Post Reply