├── .gitignore ├── README.md ├── Vagrantfile └── bootstrap.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fread-ink/fread-vagrant/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fread-ink/fread-vagrant/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fread-ink/fread-vagrant/HEAD/Vagrantfile -------------------------------------------------------------------------------- /bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fread-ink/fread-vagrant/HEAD/bootstrap.sh --------------------------------------------------------------------------------