generator-vagrant-chef
v0.0.4
Published
Yeoman generator that uses Vagrant to set up a Ubuntu box, provisioned with Chef. It also makes it easy to publish cookbooks to AWS for use with OpsWorks.
Downloads
5
Readme
generator-vagrant-chef
Yeoman generator to generate Vagrant / Chef devops repos
Screenshot
Setup
Ensure you have the yo
CLI installed:
npm i yo -g
Make the vagrant-chef
generator available on your system:
git clone [email protected]:twg/generator-vagrant-chef.git
cd generator-vagrant-chef
npm install
npm link
Use the generator:
yo vagrant-chef
Software
This generator supports the following technologies:
- Nginx
- Nginx + Passenger
- Node.JS
- Yarn
- Elixir
- Python
- Pip
- PostgreSQL
- Redis
- Ruby
Don't see a technology you need? Please let us know!
Testing
npm test
Deploying Cookbooks to S3
This generator includes a script which allows you to easily package and upload your Chef cookbooks to Amazon S3.
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © TWG