Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

dev_express (1) Versions 1.0.2

Installs/removes dev_express

Policyfile
Berkshelf
Knife
cookbook 'dev_express', '~> 1.0.2', :supermarket
cookbook 'dev_express', '~> 1.0.2'
knife supermarket install dev_express
knife supermarket download dev_express
README
Dependencies
Changelog
Quality 33%

Dev Express cookbook

This cookbook can be configured to install DevExpress

it defines a custom resource called dev_express.
As dev express cannot be downlaoded by a public repo, you need to provide a custom download URL (or file path).
Also, you need to accept the EULA, or DevExpress will not install

dev_express "18.2.4" do
  acceptEULA true
  source "https://.../DevExpressComponentsBundle-18.2.4.exe"
end

This will download and install DevExpress as a trial version with all products installed.

A full example of all options:

dev_express "legacy" do
    version "15.1.8" # must be specified if the version differs from the resource name
    acceptEULA true # this must be passed in order to install
    products ['ASP.NET', 'Windows Forms'] # pass the products to be installed. See https://documentation.devexpress.com/GeneralInformation/15656/Installation/Install-DevExpress-NET-Products/Silent-Install-Mode
    email "me@domain.com" # pass this together with password for a registered copy
    password "superSecret" # pass this together with email for a registered copy
    source "https://.../DevExpressComponents-15.1.8.exe" # pass this if you need to download from a different location than artifactory
    action :install # install is the default
end

An example to remove an existing DevExpress:

dev_express "15.1.8" do
   action :remove
end

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

dev_express CHANGELOG

This file is used to list changes made in each version of the dev_express cookbook.

1.0.0

Initial release.

Collaborator Number Metric
            

1.0.2 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.2 passed this metric

No Binaries Metric
            

1.0.2 passed this metric

Testing File Metric
            

1.0.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number