https://github.com/holyshared/cachectld-cookbook
https://github.com/holyshared/cachectld-cookbook
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/holyshared/cachectld-cookbook
- Owner: holyshared
- License: mit
- Created: 2016-02-10T10:15:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T09:38:10.000Z (over 10 years ago)
- Last Synced: 2025-10-07T01:58:17.439Z (9 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cachectld-recipe
## 環境変数
|環境変数名|説明|
|:------|:------|
|AWS_ACCESS_KEY_ID|アクセスキー|
|AWS_SECRET_ACCESS_KEY|シークレットアクセスキー|
|AWS_SSH_KEY_ID|秘密鍵のID|
## awscliのインストールする
pip install awscli
aws configure
## test-kitchenの設定
bundle install
bundle exec kitchen init --driver=kitchen-ec2
bundle exec kitchen list
bundle exec kitchen create default-AmazonLinux-201509
bundle exec kitchen converge