stove
DEPRECATED: A utility for packaging and releasing Chef cookbooks
File Explorer
Download Latest Version (.zip)- config.yml
- run_linux_tests.sh
- update_version.sh
- verify.pipeline.yml
- BUG_TEMPLATE.md
- DESIGN_PROPOSAL.md
- ENHANCEMENT_REQUEST_TEMPLATE.md
- SUPPORT_QUESTION.md
- CODEOWNERS
- lock.yml
- stove
- community.feature
- git.feature
- community_steps.rb
- config_steps.rb
- cookbook_steps.rb
- cucumber_steps.rb
- git_steps.rb
- git.rb
- env.rb
- stove.pem
- metadata.rb
- insideable.rb
- instanceable.rb
- optionable.rb
- validatable.rb
- artifactory.rb
- base.rb
- git.rb
- supermarket.rb
- artifactory.rb
- cli.rb
- config.rb
- cookbook.rb
- error.rb
- filter.rb
- log.rb
- mash.rb
- packager.rb
- rake_task.rb
- runner.rb
- supermarket.rb
- util.rb
- validator.rb
- version.rb
- stove.rb
- default.rb
- default.rb
- metadata.rb
- artifactory_spec.rb
- cookbook_spec.rb
- generators.rb
- metadata_spec.rb
- artifactory_spec.rb
- error_spec.rb
- spec_helper.rb
- abstract_method.erb
- artifactory_key_validation_failed.erb
- git_clean_validation_failed.erb
- git_failed.erb
- git_repository_validation_failed.erb
- git_tagging_failed.erb
- git_up_to_date_validation_failed.erb
- metadata_not_found.erb
- server_unavailable.erb
- stove_error.erb
- supermarket_already_exists.erb
- supermarket_key_validation_failed.erb
- supermarket_username_validation_failed.erb
- .gitignore
- CHANGELOG.md
- chef-stove.gemspec
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- Gemfile
- LICENSE
- Rakefile
- README.md
- stove.gemspec
- VERSION
# Installation Guide
1. Get the code
git clone https://github.com/chef-boneyard/stove
Downloads the entire project code from GitHub to your computer.
cd stove
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle install --binstubs
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
