GithubHelp home page GithubHelp logo

AMIMOTO Cookbook

Requirements

  • Ruby Version >=2.0

Setup

$ gem install bundler
$ bundle

Usage and Configuration

Copy .kitchen.yml to .kitchen.local.yml and add your local config settings and recipe overrides.

This file is not tracked with Git by default. Do not add this to your Git repo as these are your personal settings.

---
driver_plugin: ec2
driver_config:
  aws_access_key_id: YOUR_AWS_KEY
  aws_secret_access_key: YOUR_AWS_SECRET
  aws_ssh_key_id: SSH_KEY_NAME_OF_NEW_INSTANCE
  ssh_key: FULL_PATH_TO_KEY
# to create instance

kitchen create

# to run chef

kitchen converge

# to run serverspec

kitchen verify

# terminate instance

kitchen destroy

Contributing

TODO: (optional) If this is a public cookbook, detail the process for contributing. If this is a private cookbook, remove this section.

e.g.

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

AMIMOTO's Projects

amimoto-ami icon amimoto-ami

Git Mirror of https://github.com/Launch-with-1-Click/lw1-amimoto

chef-repo icon chef-repo

DEPRECATED: Use of this repository is deprecated. We recommend using the chef generate repo command that comes with ChefDK.

jin-kei icon jin-kei

AWS CloudFormation for WordPress — Simultaneously launch pre-configured EC2, RDS, Load Balancers and more.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.