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.

Vagrant - FV Development Environment

ChangeLog

v1.0.1

  • First init.

ENVIRONMENT

SOFTWARE

  • Ubuntu 14.04
  • Nginx/1.6.2
  • PHP 5.6
  • Percona Server 5.6

SETTINGS

  • ip: 192.168.33.10
  • MySQL: root / vagrantpass
  • MySQL over SSH key path: ~/.vagrant.d/insecure_private_key

INSTALLATION

請將你的 project root 放置於你的 vagrant 目錄裏(與 Vagrantfile 同目錄)的 Sites/www 下,nginx 自動會將 DocumentRoot 設定在 www 下的 public

Log 亦會放置在 /vagrant/logs 下

1 provider for this version.
  • virtualbox
    unknown Externally hosted (s3-ap-northeast-1.amazonaws.com)