From fe1f7a48905f4aed4dd3a16544caa7213feb4499 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 May 2018 14:40:48 -0300 Subject: Updates README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c03629..a9b1ceb 100644 --- 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 -- cgit v1.2.3