NBCUTechnology / pubstack

⛔️ [DEPRECATED] Publisher's DevStack
MIT License
8 stars 8 forks source link

Add the ability to mount arbitrary folders in the VM #184

Closed cweagans closed 9 years ago

cweagans commented 9 years ago

First off - this PR won't break the existing config.

Here's a list of what changes:

This is useful because I have all of my NBC code in ~/Documents/Code/NBCU, but I also want to be able to use the VM for non-NBC stuff (i.e. Drupal 8 contribution and such).

cweagans commented 9 years ago

Rebased this onto master, as I'm running this branch locally and want the other features too :)

conortm commented 9 years ago

Some nit-picky stuff from me. but overall :+1:!

cweagans commented 9 years ago

Alright, added checking for sites key and an example config file for multiple shared folders.

conortm commented 9 years ago

Looks good to me! Merging!