Skip to content

Instantly share code, notes, and snippets.

@biwakonbu
Last active August 26, 2016 18:26
Show Gist options
  • Save biwakonbu/61c6887fc57da0d1dc4110311a3ac541 to your computer and use it in GitHub Desktop.
Save biwakonbu/61c6887fc57da0d1dc4110311a3ac541 to your computer and use it in GitHub Desktop.
開発環境

サーバ開発環境

更新:2016-08-27
作者:@biwakonbu
ver:0.1

ローカル開発環境 (VM)

  • Docker (主流)
  • Vagrant (ちょっと面倒で時間かかるけど、良く分かっていない人も入れるならこれ)

デプロイ (構成管理とか)

  • Terraform (Docker利用 なら hashicorp/terraform を使うと楽)
  • Ansible

IaaS (デプロイ先)

  • AWS (高い)
  • Digital Ocean (最安 $5/mo, 日本リージョン無し)
  • Vultr (最安 $5/mo, 日本リージョン有り)

CI/CD

  • Jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment