Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Windows env #16

Merged
merged 4 commits into from
Jun 19, 2018
Merged

Windows env #16

merged 4 commits into from
Jun 19, 2018

Conversation

jonrob
Copy link
Collaborator

@jonrob jonrob commented Jun 5, 2018

No description provided.

@jonrob jonrob requested a review from lashd June 5, 2018 09:54
Vagrantfile Outdated

config.vm.provision "shell", privileged: false, inline: <<-SHELL
# install git
sudo apt-get -y install git
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why aren't we just installing git in the larger apt-get install below?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No reason to be honest - just the order in which I wrote the instructions. Although I think it's nice for the requirements to be expressed explicitly, happy to change it.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't worry about changing it just yet... I wanted to chat through this PR with Leon anyway as we'd already been pondering whether we should be using ansible to set up the VM image in the first place. Perhaps that is being too purist in the approach, but given that we're trying to teach people about how to use ansible, it would probably be nice if we were using it ourselves for fulfilling the pre-reqs steps too.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonrob and I just had a quick chat and agreed the following:

We will move any setup steps from the vagrant steps and run them along with the others that are triggered by bin/setup.

We will then play #9 to get the setup script converted to Ansible and therefore draw a line under using Bash for the setup scripts.

@jimconner jimconner merged commit e397895 into master Jun 19, 2018
@jimconner jimconner deleted the windows-env branch June 19, 2018 15:32
lashd pushed a commit that referenced this pull request Sep 13, 2018
lashd pushed a commit that referenced this pull request Oct 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants