Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 785 Bytes

vagrant.md

File metadata and controls

40 lines (29 loc) · 785 Bytes

Vagrant Box

What is Vagrant

Vagrant official page

Development environments made easy to allow:

  • Unified workflow
    • It leverages a declarative config file which describes all your:
      • Software requirements
      • Packages
      • OS configuration
      • Users
      • More
  • Enforces consistency
    • Vagrant aims to mirror PROD environments by providing the same config files
    • Integrates with existing config mgmt tooling like:
      • Chef
      • Puppet
      • Ansible
      • Salt

Vagrant official docs

Log in to Homestead's Vagrant virtual box

Run the following commands in the homestead folder in local machine:

vagrant up

Then:

vagrant ssh

Back home