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

Vagrant: add OS X box #12

Closed
zmughal opened this issue May 24, 2016 · 0 comments · Fixed by #17
Closed

Vagrant: add OS X box #12

zmughal opened this issue May 24, 2016 · 0 comments · Fixed by #17
Assignees

Comments

@zmughal
Copy link
Member

zmughal commented May 24, 2016

Box: https://atlas.hashicorp.com/AndrewDryga/boxes/vagrant-box-osx

DESTDIR="$HOME/.vagrant.d/boxes/AndrewDryga-VAGRANTSLASH-vagrant-box-osx/0.2.1/virtualbox";
mkdir -p $DESTDIR;
wget -c 'https://atlas.hashicorp.com/AndrewDryga/boxes/vagrant-box-osx/versions/0.2.1/providers/virtualbox.box';
tar -C $DESTDIR -xvvzf virtualbox.box
echo '{"provider":"virtualbox"}' > $DESTDIR/metadata.json
zmughal added a commit that referenced this issue Jun 8, 2016
- Multi-machine configuration allows for sharing of multiple boxes in
  the same file. By default, `vagrant up` runs the `trusty64` box.
  To run a different box, for example, `jessie64`, run
  `vagrant up jessie64` and to SSH into the `jessie64` box, run
  `vagrant ssh jessie64`. See <https://www.vagrantup.com/docs/multi-machine/>
  for more information.
- Machines in the configuration:
  - Debian jessie64
  - Ubuntu precise64
  - Ubuntu trusty64 [default] (fixes  <#16>)
  - Mac OS X (fixes <#12>).
- Automatically handles the case where project directories are wrapped
  in an auxiliary directory (e.g., the Git repo is at
  `project-renard/devops/devops` rather than `project-renard/devops`).
@zmughal zmughal self-assigned this Jun 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant