ikemonn's blog

技術ネタをちょこちょこと

Vagrant

VagrantでLAMP環境構築する

毎回LAMP環境整えるの辛いのでr8/vagrant-lampを試してみた。 開発環境構築 # VagrantとVirtualBoxをMacにInstallしておくこと $ vagrant box add precise32 http://files.vagrantup.com/precise32.box $ git clone https://github.com/r8/vagrant-lamp.git …

【Laravel】Vagrant1.4.3とLaravel4.1で開発環境構築

Laravel4.1系とLAMP環境を使えるようにする。 VirtualBoxとVagrantのインストール VirtualBoxとVagrantをインストールしておく。 Laravelのインストール bryannielsen/Laravel4-Vagrantを参考にする。 リポジトリをcloneする。 $ git clone https://github.c…

【Vagrant】The 'extra' flag on synced folders is now 'mount_options'の対処法

vagrant up をした時に以下のエラーが出た。 There are errors in the configuration of this machine. Please fix the following errors and try again: vm: * The 'extra' flag on synced folders is now 'mount_options' config.vm.share_folderの:extra…