How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "far/FV"
config.vm.box_version = "0.1.0"
end
vagrant init far/FV \
--box-version 0.1.0
vagrant up
This version was created almost 10 years ago.
請將你的 project root 放置於你的 vagrant 目錄裏(與 Vagrantfile 同目錄)的 Sites/www 下,nginx 自動會將 DocumentRoot 設定在 www 下的 public
Log 亦會放置在 /vagrant/logs 下