Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenizh/sample-infra
Chef Solo repository for kami30k/sample-dev-env.git.
https://github.com/zenizh/sample-infra
Last synced: about 1 month ago
JSON representation
Chef Solo repository for kami30k/sample-dev-env.git.
- Host: GitHub
- URL: https://github.com/zenizh/sample-infra
- Owner: zenizh
- Created: 2014-07-26T02:09:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-30T09:57:00.000Z (over 10 years ago)
- Last Synced: 2024-04-16T00:50:00.826Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-infra
このプロジェクトは、[kami30k/sample-dev-env](https://github.com/kami30k/sample-dev-env)用に実装されたChefリポジトリです。
開発/本番各環境に汎用的に使えるよう実装しています。## Usage
以下の各ファイルを適宜編集してください。
```
/data_bags/users/*.json
/environments/*.json
/nodes/*.json
/roles/*.json
```## Assumption
以下の構成を想定した環境を自動で構築することができます。
- Ruby on Rails
- MySQL
- ngnix## Policy
以下の方針の元実装しています。
- 実装コストを下げるために、[Chef cookbooks](https://supermarket.getchef.com/)を積極的に利用する
- 信頼性を担保するために、Jenkins+Vagrant+serverspecによるCIを行なう