• Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    Ruby
  • Created almost 11 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vagrant超入門:Vagrant初心者向けの解説だよ!

Vagrant超入門

Vagrant初心者向けに解説するよ!

目次

  1. Vagrantの世界へようこそ!
  2. 基本コマンドとVagrantfileによる設定
  3. 自動プロビジョニングに挑戦しよう
  4. 複数サーバを一発で立ち上げる!
  5. プラグインを活用しよう
  6. ボックスを自作する
  7. Vagrant Shareでデモ環境を構築する!

事前準備

1.VirtualBoxのインストール

2.Vagrantのインストール

3.使用する仮想OSのイメージファイル(Box)のダウンロードコマンドの実行

 $ vagrant box add precise64 http://files.vagrantup.com/precise64.box

想定環境

  • Mac OS X
  • 確認したバージョン
  • Vagrant:1.6.2
  • VirtualBox:4.3.12

注意事項

  • 紹介しているコマンドや設定は、できればコピペではなく手打ちしよう
  • タイポ等のミスでどんなエラーメッセージが出るのか見るのも勉強になる
  • エラーメッセージを読みながら、デバッグすると、学習効果が飛躍的に高まるぞ!
  • セキュリティ?なにそれ美味しいのって感じなので、そのつもりで
  • あくまで勉強用なんだからね!><

情報源

  • 公式ドキュメント
  • http://docs.vagrantup.com/v2/
  • 動かないぞ(゚Д゚)ゴルァ!って場合にはココを確認しよう。英語だけどね :-)
  • だいたいの問題は公式ドキュメントで解決する。あとはググれ。
  • 実践 Vagrant
  • http://www.oreilly.co.jp/books/9784873116655/
  • 日本語でまとまった情報が読める貴重な書籍。
  • とても分かりやすいので、ぜひ読もう!

More Repositories

1

example-pragmatic-terraform

『実践Terraform』のサンプルコード
HCL
190
star
2

example-pragmatic-terraform-on-aws

技術書典6で頒布した『Pragmatic Terraform on AWS 』のサンプルコードを公開しています
HCL
160
star
3

terraform-aws-codedeploy-for-ecs

Terraform module which creates CodeDeploy for ECS resources on AWS.
HCL
44
star
4

terraform-aws-ecs-fargate

Terraform module which creates ECS Fargate resources on AWS.
HCL
42
star
5

example-github-cicd

『GitHub CI/CD実践ガイド』サンプルコード
Go
37
star
6

terraform-aws-ecs-scheduled-task

Terraform module which creates ECS Scheduled Task resources on AWS.
HCL
35
star
7

shfmt

Dockernized shfmt. This formats shell script.
Makefile
26
star
8

terraform-aws-session-manager

Terraform module which creates Session Manager resources on AWS.
HCL
25
star
9

prettier

Dockernized prettier. This is an opinionated code formatter.
Makefile
13
star
10

terraform-aws-elasticache-redis

Terraform module which creates Redis ElastiCache resources on AWS.
HCL
13
star
11

terraform-aws-iam-role

Terraform module which creates IAM Role and IAM Policy resources on AWS.
HCL
11
star
12

terraform-aws-ecr

Terraform module which creates ECR resources on AWS.
HCL
10
star
13

actdocs

Generate documentation from Actions and Reusable Workflows.
Go
9
star
14

example-readable-books

同人誌『読みやすい技術書を書く技術』のサンプルコード
Shell
9
star
15

example-cloud-bankruptcy-iac

HCL
9
star
16

terraform-aws-s3-lb-log

Terraform module which creates S3 Bucket resources for Load Balancer Access Logs on AWS.
HCL
8
star
17

dockerfiles

A collection of Dockerfiles.
Makefile
7
star
18

terraform-aws-alb

Terraform module which creates ALB resources on AWS.
HCL
7
star
19

terraform-aws-codepipeline-for-ecs

Terraform module which creates CodePipeline for ECS resources on AWS.
HCL
7
star
20

terraform-aws-rds-mysql

Terraform module which creates MySQL RDS resources on AWS.
HCL
7
star
21

terraform-aws-codebuild

Terraform module which creates CodeBuild resources on AWS.
HCL
6
star
22

template-terraform-module

Terraform module template following Standard Module Structure.
Shell
6
star
23

deprecated-aws-infrastructure

AWSのインフラを自動構築するスクリプト群
Ruby
5
star
24

ruby-cloud-vision

Sample of Google Cloud Vision API.
Ruby
5
star
25

terraform-aws-vpc

Terraform module which creates VPC resources on AWS.
HCL
5
star
26

scala-ddd

Scala+PlayでDDDを実践するよ!
Scala
5
star
27

setup-centos

CentOSをセットアップするスクリプト
5
star
28

terraform-aws-organizations-account

Terraform module which creates AWS Organizations Account resources on AWS.
HCL
5
star
29

terraform-aws-s3-cloudtrail

Terraform module which creates S3 Bucket resources for CloudTrail on AWS.
HCL
4
star
30

terraform-aws-cloudtrail

Terraform module which creates CloudTrail resources on AWS.
HCL
4
star
31

terraform-bucket-initializer

Script of creation S3 bucket for Terraform backend.
Shell
3
star
32

example-aws-cloud-bankruptcy

HCL
3
star
33

hubot-chatwork

CoffeeScript
3
star
34

terrascan

Collection of security and best practice test for static code analysis of terraform templates.
Makefile
3
star
35

hello-terraform

Software Design2022年1月号 Terraform特集 第1章サンプルコード
HCL
3
star
36

terraform-aws-s3-access-log

Terraform module which creates S3 Bucket resources for Access Log on AWS.
HCL
3
star
37

terraform-aws-iam-account

Terraform module which creates Account Alias and Account Password Policy resources on AWS.
HCL
2
star
38

yamllint

Dockernized yamllint. This is a linter for YAML files.
Makefile
2
star
39

terraform-aws-organizations-policy

Terraform module which creates AWS Organizations Policy resources on AWS.
HCL
2
star
40

terraform-aws-iam-group

Terraform module which creates IAM Group and IAM Policy resources on AWS.
HCL
2
star
41

terraform-aws-acm-certificate

Terraform module which creates ACM certificate resources on AWS.
HCL
2
star
42

study-fabric

Python
2
star
43

markdownlint

Dockernized markdownlint. This is lint tool for Markdown.
Makefile
2
star
44

github-actions-baseline

A collection of useful GitHub Actions for all kinds of projects
Makefile
2
star
45

terraform-docs

Dockernized terraform-docs, which generates docs from terraform modules.
Makefile
2
star
46

example-buildspec

Dockerfile
1
star
47

template-dockerfile

Dockerfile template.
Makefile
1
star
48

terraform-aws-ssm-parameter

Terraform module which creates SSM Parameter resources on AWS.
HCL
1
star
49

playground-go-testing

Go
1
star
50

terraform-service-account

Live infrastructure at AWS that is implemented in Terraform.
HCL
1
star
51

retag-ecr-action

Retag an image in Amazon ECR without pulling or pushing with Docker.
Makefile
1
star
52

study-linux-security

Linuxセキュリティ超入門:Linux初心者向けのこれだけはやっとけっていうセキュリティ設定の解説だよ!
1
star
53

hubot-slack

CoffeeScript
1
star
54

docker-nginx-config-formatter

Format nginx configuration file.
Makefile
1
star
55

textlint-for-tech

Dockernized textlint. The pluggable natural language linter for technical writing.
Makefile
1
star
56

terraform-master-account

HCL
1
star
57

deprecated-example-github-actions

Makefile
1
star
58

terraform-aws-kms

Terraform module which creates KMS resources on AWS.
HCL
1
star
59

the-crawling-chaos

Scala
1
star
60

textlint

Dockernized textlint. This is natural language linter for text.
Makefile
1
star
61

tech-news

Ruby on Railsで実装した技術系ニュースまとめサイト
Ruby
1
star