]> gitweb.fluxo.info Git - templater.git/commitdiff
README: Drupal 8 Development example: simplify
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 13:37:22 +0000 (11:37 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 13:37:22 +0000 (11:37 -0200)
README.md

index ca2847874ad2a5ca5071085c713faba22be3f469..c294c9ee2c4c938c52f1b3dbcc6e43ce16fb30d1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -44,8 +44,7 @@ Provision the virtual machine:
 
     kvmx up && kvmx provision
 
-Go inside the machine and install the drupal instance:
+Install the drupal instance:
 
-    kvmx ssh
-    make drush
-    make site_install
+    echo '( cd /srv/kvmx && make drush        )' | kvmx ssh
+    echo '( cd /srv/kvmx && make site_install )' | kvmx ssh