Skip to content

Commit

Permalink
adding synced folder path for the DDG code
Browse files Browse the repository at this point in the history
  • Loading branch information
shedd committed Nov 14, 2013
1 parent 9c13fa2 commit d215961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# vi: set ft=ruby :

Vagrant.configure("2") do |config|

# Change this to the name of your Vagrant base box.
config.vm.box = "precise64"

Expand Down Expand Up @@ -31,4 +30,6 @@ Vagrant.configure("2") do |config|
chef.add_recipe 'duckpan'
end

# setup synced folder for the DDG code: "local host machine path", "path on guest vm"
config.vm.synced_folder "~/DuckDuckGo/repos", "/code"
end

0 comments on commit d215961

Please sign in to comment.