回答編集履歴

1

ターミナルの記録を追記

2017/03/18 06:50

投稿

honeycider
honeycider

スコア8

test CHANGED
@@ -3,3 +3,21 @@
3
3
  vccwのフォルダには/www/がデフォルトに入っていませんが(vccw/wordpressの構造でした)、
4
4
 
5
5
  自分でwww/wordpressを更に作るということでしょうか?
6
+
7
+
8
+
9
+ 追記:下記の様にコマンド執行に成功したようでうが、ブラウザに http://192.168.xx.xxx:8888 を叩きますと404でした。
10
+
11
+ ```ターミナル
12
+
13
+ vagrant@vccw:/vagrant/www/wordpress/phpMyAdmin$ php -S 192.168.xx.xxx:8888
14
+
15
+ PHP 7.0.15-0ubuntu0.16.04.4 Development Server started at Sat Mar 18 06:42:53 2017
16
+
17
+ Listening on http://192.168.xx.xxx:8888
18
+
19
+ Document root is /vagrant/www/wordpress/phpMyAdmin
20
+
21
+ Press Ctrl-C to quit.
22
+
23
+ ```