Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwelch/chef-windows-programs
Chef cookbook to install a list of programs to make Windows useful.
https://github.com/pwelch/chef-windows-programs
Last synced: 28 days ago
JSON representation
Chef cookbook to install a list of programs to make Windows useful.
- Host: GitHub
- URL: https://github.com/pwelch/chef-windows-programs
- Owner: pwelch
- Created: 2012-04-08T04:56:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-26T14:44:03.000Z (over 12 years ago)
- Last Synced: 2024-10-09T16:42:18.501Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
===========Installs a list of programs to make Windows useful.
Requirements
============Platform
--------
* Windows XP
* Windows Vista
* Windows Server 2003 R2
* Windows 7
* Windows Server 2008 (R1, R2)
Cookbooks
---------
* [windows](https://github.com/opscode-cookbooks/windows)Attributes
==========Set `url, checksum, package_name and home` attributes for each program to be installed.
Add program to array in recipes/default.rb.
Usage
=====Download and install [Opscode Chef Full Installer for Windows](http://opscode.com/chef/install.msi).
Download and install [Git Full Installer](http://msysgit.googlecode.com/files/Git-1.7.8-preview20111206.exe)
create `c:\chef\cookbooks>` and add cookbook to directory
create `c:\chef\node.json`
{
"run_list": [
"recipe[windows]",
"recipe[chef-windows-programs]"
]
}create `c:\chef\solo.rb`
log_level :info
log_location STDOUT
file_cache_path "c:/chef/chef-cache"
cookbook_path "c:/chef/cookbooks"
execute chef-solo`c:\>chef-solo -c c:/chef/solo.rb -j c:/chef/node.json`