LoginSignup
1
1

More than 5 years have passed since last update.

Vagrantでローカル開発環境をする。

Posted at
環境
  virtualbox 5.1
  vagrant 1.9.3
 Cyberduck 5.4.4

Vagrantでローカル開発環境が必要なのか

自分の疑問点
 自分は、ターミナルとMacのデスクトップでrubyの開発をやっていた。 そもそもVagrantでローカル開発する必要あるの?と疑問が湧いた。

Mac-desktop-jp.jpg

答え
. サーバーの多くは、 Linux OSを使用している。Linusとは、 OSの種類です。代表的windows、osxです。 つまり、サーバーで使うのは、Linusを言う別のOSのために、windowsで作ると、正しく動作しない可能性がある。

そうならないために、

Vagrantでローカル開発環境をする必要がある。

Vagrantインストール

・まずVitualBoxをインストールする。
https://www.virtualbox.org/

次にvagrantをインストールする。
https://www.vagrantup.com/

ターミナルで確認する

 $ vagrant -v
`
vagrant 1.9.3が帰ってきたらオーケー

Cyberduckをインストールする。
https://cyberduck.io/index.ja.html?l=ja

 

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1