diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-31 14:40:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-31 14:40:48 -0300 |
commit | fe1f7a48905f4aed4dd3a16544caa7213feb4499 (patch) | |
tree | cd3edae7db1e75bc45c57b325bce1cef3fc645b9 | |
parent | 3fc615af78de37a06d91c6e9a27ae8d863b03b3c (diff) | |
download | templater-fe1f7a48905f4aed4dd3a16544caa7213feb4499.tar.gz templater-fe1f7a48905f4aed4dd3a16544caa7213feb4499.tar.bz2 |
Updates README
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |