###前提・実現したいこと
初心者です。
ドットインストールを参考にローカル開発環境を構築していました。
(http://dotinstall.com/lessons/basic_localdev_win/30806)
VagrantでCentOSの立ち上げまでは問題なくできました。
#6にてRubyやphpなどのインストールをするときのことで困っています。
###発生している問題・エラーメッセージ
./run.shを実行した際
[vagrant@localhost centos65]$ ./run.sh Loaded plugins: fastestmirror Setting up Update Process Loading mirror speeds from cached hostfile * base: ftp.tsukuba.wide.ad.jp * epel: ftp.riken.jp * extras: ftp.tsukuba.wide.ad.jp * updates: ftp.tsukuba.wide.ad.jp No Packages marked for Update [WARNING]: provided hosts list is empty, only localhost is available PLAY [127.0.0.1] *************************************************************** skipping: no hosts matched PLAY RECAP *********************************************************************
と出て
[vagrant@localhost centos65]$ php -v bash: php: command not found [vagrant@localhost centos65]$ ruby -v bash: ruby: command not found [vagrant@localhost centos65]$ python --version Python 2.6.6 [vagrant@localhost centos65]$ mysql --version bash: mysql: command not found [vagrant@localhost centos65]$ sudo service httpd status httpd: unrecognized service
となります。Pythonだけは正常にインストールされています。
どうすれば正しくインストールされるのか教えてほしいです。
###補足情報
Windows10
Vagrant 1.8.4
PuTTY 0.60 ごった煮版
Virtual Box 5.0.24
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/08/16 09:11
2016/08/16 09:22
2016/08/16 11:31