Skip to content

Commit

Permalink
merge #59
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Jan 23, 2015
2 parents 46c2773 + 00105a5 commit d33fbb9
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 @@ -47,7 +47,7 @@ WP_THEME_UNIT_TEST = false # automatic import theme unit test data

WP_ALWAYS_RESET = true # always reset database

WP_CHEF_COOKBOOKS_PATH = File.join(File.dirname(__FILE__), 'provision') # path to the cookbooks (e.g. ~/vccw)
WP_CHEF_COOKBOOKS_PATH = File.join(File.dirname(__FILE__), 'provision')

if WP_LANG === 'ja' then
WP_THEME_UNIT_TEST_DATA_URI = 'https://raw.githubusercontent.com/jawordpressorg/theme-test-data-ja/master/wordpress-theme-test-date-ja.xml'
Expand All @@ -65,6 +65,7 @@ Vagrant.configure(2) do |config|
config.vm.hostname = WP_HOSTNAME
config.vm.network :private_network, ip: WP_IP

config.vm.synced_folder ".", "/vagrant", :mount_options => ['dmode=755', 'fmode=644']
config.vm.synced_folder "www/wordpress/", DOCUMENT_ROOT, :create => "true", :mount_options => ['dmode=755', 'fmode=644']

if Vagrant.has_plugin?("vagrant-hostsupdater")
Expand Down

0 comments on commit d33fbb9

Please sign in to comment.