https://github.com/pepabo/infrasturucture_as_code_hands_on
「Infrastructure as Codeを学ぶ、実践的ハンズオン」
https://github.com/pepabo/infrasturucture_as_code_hands_on
Last synced: 8 months ago
JSON representation
「Infrastructure as Codeを学ぶ、実践的ハンズオン」
- Host: GitHub
- URL: https://github.com/pepabo/infrasturucture_as_code_hands_on
- Owner: pepabo
- Created: 2018-04-02T07:16:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T12:35:47.000Z (about 8 years ago)
- Last Synced: 2025-04-22T04:39:55.715Z (about 1 year ago)
- Language: Ruby
- Size: 2.54 MB
- Stars: 5
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infrastructure as Codeを学ぶ、実践的ハンズオン
GMOペパボ主催の「Infrastructure as Codeを学ぶ、実践的ハンズオン」の教材リポジトリです。
# オペレーション
## セットアップ
```
$ bundle install --binstubs --path vendor/bundle
```
## インスタンスの一覧
```
$ vagrant status
```
## インスタンスの起動
```
$ vagrant up www-1
```
# インスタンスのプロビジョニング
```
$ vagrant up www-1
```
# インスタンスのテスト
```
$ bin/rake spec:www-1
```
# 書式のテスト
```
$ bin/rake rubocop
```