Vagrant - Project

Card Puncher Data Processing

About

A project is composed of a project directory where the vagrantfile is located.

Command

init

Init a project directory to be used with vagrant.

cd myVagrantProjectDirectory
vagrant init

It will create a .vagrant directory into the directory project myVagrantProjectDirectory





Discover More
Card Puncher Data Processing
Vagrant - (Lifetime|Lifecyle) - Command

The principal command of Vagrant are defining the lifetime of the virtual machine. Init a project directory to be used with vagrant. It will create a .vagrant directory into the directory project...
Card Puncher Data Processing
Vagrant - Provision (Code, Software Installation)

in Vagrant. where: :shell is the provisioner mydir/myScript.sh is relative to the project directory the packaging custom boxes documentation ...
Card Puncher Data Processing
Vagrant - Synced Folder

When a clone is up, the folder /vagrant on the guest is synced with the project directory



Share this page:
Follow us:
Task Runner