Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wnoguchi/chef-repo-example2
Vagrant and Berkshelf example.
https://github.com/wnoguchi/chef-repo-example2
Last synced: about 1 month ago
JSON representation
Vagrant and Berkshelf example.
- Host: GitHub
- URL: https://github.com/wnoguchi/chef-repo-example2
- Owner: wnoguchi
- License: gpl-2.0
- Created: 2013-10-21T17:21:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-21T17:49:26.000Z (about 11 years ago)
- Last Synced: 2023-03-22T12:51:07.991Z (almost 2 years ago)
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vagrant and Berkshelf example
Vagrant and Berkshelf example.
This is toy repository.## Install
* Install vagrant plugins.
```bash
vagrant plugin install vagrant-omnibus
vagrant plugin install vagrant-berkshelf
```* Install Berkshelf gem.
```bash
cat <>Gemfile
gem 'berkshelf'
EOFbundle install
```* Berkshelf initialize.
```bash
mkdir vagrant1
cd vagrant1/
bundle exec berks init
```## References
- [Ruby - 今っぽい Vagrant + Chef Solo チュートリアル - Qiita [キータ]](http://qiita.com/taiki45/items/b46a2f32248720ec2bae)