LoginSignup
0
1

More than 3 years have passed since last update.

仮想環境での学習の手順

Posted at

注意

ドットインストールでwindowsでのローカル開発環境が終わった前提

学習の始め方

1.仮想環境を立ち上げる

1 powershllを起動
2 Vagrantfileがある所まで移動する

cd MyVagrant/MyCentOS

3 仮想マシンを立ち上げる

vagrant up

2.putty

1 登録した設定をloadしてopen
(ユーザー名とパスワード共にvagrant)

3.cyberduck

1 cyberduckを立ち上げる
2 ブックマークをダブルクリック
3 勉強したいフォルダやファイルを作成する

学習の終わり方

1.ブラウザやエディタ,ファイル転送ツールはそのまま閉じる

2.putty

puttyが動いている場合

1 Ctrl + C で終了
2 exitでログアウト

3.仮想マシンを終了する

1 powershellを起動
2 始めたときと同じように移動
3 仮想マシンを終了する

vagrant suspend

4 exitでpowershllからログアウト

0
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
0
1