Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

azureru/chef-apstand

Repository files navigation

Appsindo Cookbook

Appsindo Base Cookbook combining setups from:

Prerequisites

How To Use

This is what I do in Vagrant

      chef.custom_config_path = "./chef.config"
      chef.json = {
         "instance" => instance,
         "www" => {
            "user"  => user,
            "group" => group
         }
      }

      # the basic recipes for PHP development
      chef.add_recipe("apt")
      chef.add_recipe("appsindo")
      chef.add_recipe("appsindo::php")
      chef.add_recipe("appsindo::php_composer")
      chef.add_recipe("appsindo::nginx")
      chef.add_recipe("appsindo::nodejs")
      chef.add_recipe("appsindo::redis")
      chef.add_recipe("appsindo::mysql")

As for chef-solo, just convert ruby code above into JSON

Requirements

Ubuntu/Debian Specific Cookbook (still no platform checking - use with caution :P)

License and Authors

Authors & Contributors:

About

Chef Recipe for my common needs

Resources

License

Stars

Watchers

Forks

Packages

No packages published