2017年6月18日日曜日

Vagrant接続メモ


ローカル環境の立ち上げ方
ドットインストール通り

ログイン、ターミナル立ち上げ

$ cd MyVagrant/MyCentOS

に入る。(VagrantFileがあるところ)

$ vagrant up

でVirtualBOX立ち上げる

$ vagrant ssh

でログインする

$ cd php_lessons

で表示したいindex.phpがあるdirに移動

$ php -S 192.168.33.10:8000

でビルトインに接続

[vagrant@localhost php_lessons]$ php -S 192.168.33.10:8000
PHP 5.6.30 Development Server started at Sun May 14 21:21:12 2017
Listening on http://192.168.33.10:8000
Document root is /home/vagrant/php_lessons
Press Ctrl-C to quit.

と出たらOK
http://192.168.33.10:8000
をブラウザに貼り付ければ、index.phpが表示される


--

$ filezilla

でFileZilla起動

SiteManager の項目→Connect

RemoteSite は空白

LocalSite /home/username/

で良い



0 件のコメント:

コメントを投稿