An open API service indexing awesome lists of open source software.

https://github.com/pepabo/infrasturucture_as_code_hands_on

「Infrastructure as Codeを学ぶ、実践的ハンズオン」
https://github.com/pepabo/infrasturucture_as_code_hands_on

Last synced: about 1 month ago
JSON representation

「Infrastructure as Codeを学ぶ、実践的ハンズオン」

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
```