]> gitweb.fluxo.info Git - templater.git/commitdiff
Drupal 8: minor makefile fixes
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 21 Nov 2017 11:26:47 +0000 (09:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 21 Nov 2017 11:26:47 +0000 (09:26 -0200)
share/templater/drupal8/files/Makefile.drupal8

index 2dfdcbc532413c6720374810e08e24de4163ccf9..60477078409533b3c740950fe74473d7d1b028a7 100644 (file)
@@ -36,13 +36,15 @@ submodules:
 # Setup the virtual machine using vagrant
 vagrant:
        vagrant up
-       echo '( cd /srv/kvmx && make drush )' | vagrant ssh
+       echo '( cd /srv/shared && make drush )'    | vagrant ssh
+       echo '( cd /srv/shared && make settings )' | vagrant ssh
        #vagrant ssh -c "$(DRUSH) pm-enable devel -y"
 
 # Setup the virtual machine using kvmx
 kvmx:
        kvmx provision
-       echo '( cd /srv/kvmx && make drush )' | kvmx ssh
+       echo '( cd /srv/shared && make drush )'    | kvmx ssh
+       echo '( cd /srv/shared && make settings )' | kvmx ssh
        #kvmx ssh "$(DRUSH) pm-enable devel -y"
 
 # Old target