Skip to content

roundcube cookbook to deploy a functional roundcube installation.

Notifications You must be signed in to change notification settings

aalmenar/chef-roundcube

 
 

Repository files navigation

Description Codeship Status for TheSerapher/chef-roundcube Build Status

Installs/Configures roundcube webmail, a PHP Mail application

Requirements

Platform:

  • centos

Cookbooks:

  • yum
  • apache2
  • php
  • mysql
  • database
  • openssl

Attributes

  • node['roundcube']['database']['user'] - Username to grant access privileges for database.
  • node['roundcube']['database']['name'] - Name of the roundcube database.
  • node['roundcube']['database']['password'] - Random generated string via secure_password or manually set.
  • node['roundcube']['source']['url'] - URL to fetch the tar.gz source from.
  • node['roundcube']['version'] - Roundcube Version string to install from source.
  • node['roundcube']['destination'] - Destination directory to extract Roundcube source to
  • node['roundcube']['config'] - Adjust some basic configuration variables. See attributes file default.rb.

Recipes

roundcube

Install and configurea a basic roundcube Webmail service.

License and Author

Author:: Sebastian Grewe (sebastian@grewe.ca)

Copyright:: 2012, Sebastian Grewe

License:: All rights reserved

About

roundcube cookbook to deploy a functional roundcube installation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages