]> gitweb.fluxo.info Git - templater.git/commitdiff
Updates README
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 31 May 2018 17:40:48 +0000 (14:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 31 May 2018 17:40:48 +0000 (14:40 -0300)
README.md

index 1c036291a1d82b6f12c86a0c6e55c3802e2df156..a9b1ceb562bdfb521e9ed857ad73d8f74b74deba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Basic puppet configuration:
 
 Edit your drupal config
 
-    vim settings.php # database config
+    vim settings.php # database config, trusted_host_patterns, etc
 
 Set kvmx parameters:
 
@@ -54,8 +54,8 @@ Provision the virtual machine:
 
 Install the drupal instance:
 
-    echo '( cd /srv/kvmx && make drush        )' | kvmx ssh
-    echo '( cd /srv/kvmx && make site_install )' | kvmx ssh
+    echo '( cd /srv/shared && make drush        )' | kvmx ssh
+    echo '( cd /srv/shared && make site_install )' | kvmx ssh
 
 ## Writing modules