Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vagrant support and documentation #118

Closed
wants to merge 1 commit into from

Conversation

mslipper
Copy link

While working on an updates set of RPC tests, I observed that the version of dep in use by the project was significantly out-of-date. I updated it, and added a Makefile to ease building the project. Also, I noticed that the Docker-in-Docker construction Hive uses to bootstrap its test environment is incompatible with OSX because AUFS isn't implemented on Darwin. I added a Vagrantfile that will bootstrap hive within an Ubuntu VM and added documentation to that effect. Now, users can run just run vagrant up to get a ready-to-go Hive codebase for development use.

This should also close #21 and #100, since both are related to the OSX incompatibilities described above.

Closes #21.
Closes #100.

@mslipper
Copy link
Author

Note that the PR is so big because I removed the vendor directory.

@mslipper mslipper changed the title Update dep, add Makefile, add Vagrantfile Add vagrant support and documentation Aug 30, 2018
@mslipper
Copy link
Author

Force-pushed to restore the old dep version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants