Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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'
EOF

bundle install
```

* Berkshelf initialize.

```bash
mkdir vagrant1
cd vagrant1/
bundle exec berks init
```

## References

- [Ruby - 今っぽい Vagrant + Chef Solo チュートリアル - Qiita [キータ]](http://qiita.com/taiki45/items/b46a2f32248720ec2bae)