tidepool-org / tools

A place to put tooling and scripts that help when working on Tidepool stuff.
Other
11 stars 11 forks source link

Fixed dependency installation for git and mongod. #47

Open creswick opened 8 years ago

creswick commented 8 years ago

Git and mongod were not installing properly with the vagrant instructions in tools/README.md.

This PR adds a git install command, an apt-get update (needed to make use of the sources.list update on a prior line) and forces the install of mongod packages.

The force (--force-yes) is not a great solution, but I think it's a reasonable short-term fix for this testing/dev environment. It squelches a warning about a failure relating to package signing key verification which should be taken seriously on a production machine.