https://github.com/fnichol/chef-bootstrap-repo
https://github.com/fnichol/chef-bootstrap-repo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fnichol/chef-bootstrap-repo
- Owner: fnichol
- Created: 2012-06-06T23:05:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-08T21:37:24.000Z (over 11 years ago)
- Last Synced: 2025-04-10T09:57:02.624Z (2 months ago)
- Language: Shell
- Size: 170 KB
- Stars: 28
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chef Bootstrap Repo
## Features
* Convenient bootstrap script for optimal first-run experience and incremental
project updates
* Flexible knife.rb configuration that supports solo, hosted and open source
Chef via environment variable injection
* [direnv](https://github.com/zimbatm/direnv) support which loads and unloads
`bin/` and `script/` from your `PATH`## Development
### Development Setup
Setting up for development should *only* require the following:
git clone
cd
./script/bootstrap### Refreshing/Updating Local Copy
Similiar to the **Development Setup**:
git pull
./script/bootstrap* Source hosted at [GitHub][repo]
* Report issues/questions/feature requests on [GitHub Issues][issues]Pull requests are very welcome! Make sure your patches are well tested.
Ideally create a topic branch for every separate change you make. For
example:1. Fork the repo
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull RequestCreated and maintained by [Fletcher Nichol][fnichol] ()
[fnichol]: https://github.com/fnichol
[repo]: https://github.com/fnichol/chef-bootstrap-repo
[issues]: https://github.com/fnichol/chef-bootstrap-repo/issues
[contributors]: https://github.com/fnichol/chef-bootstrap-repo/contributors