Skip to content

README.dist.md dependency updates: Homebrew and Git. #89

@damontgomery

Description

@damontgomery

When walking this through with outside developers, we needed to install homebrew and configure Git for this to work.

https://brew.sh/

brew cask install vagrant virtualbox
brew install composer ansible

https://help.github.com/en/articles/setting-your-username-in-git
https://help.github.com/en/articles/setting-your-commit-email-address-in-git

git config --global user.name "John Smith"
git config --global user.email "email@example.com"

We encountered vagrant up failing if a local Git configuration wasn't created since it tries to copy it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions