docs(provision): improve the documentation in the examples
[arvados.git] / doc / install / salt-single-host.html.textile.liquid
index 8f9b00830d1e4bfb8d02e24d7f37d4bbb2217f25..5d7991c987429b8fb2a31918462d9cd7a8132199 100644 (file)
@@ -69,7 +69,7 @@ h2(#run_provision_script). Run the provision.sh script
 When you finished customizing the configuration, you are ready to copy the files to the host (if needed) and run the @provision.sh@ script:
 
 <notextile>
-<pre><code>scp -r provision.sh local* user@host:
+<pre><code>scp -r provision.sh local* tests user@host:
 ssh user@host sudo ./provision.sh
 </code></pre>
 </notextile>
@@ -77,7 +77,7 @@ ssh user@host sudo ./provision.sh
 or, if you saved the @local.params@ in another directory or with some other name
 
 <notextile>
-<pre><code>scp -r provision.sh local* user@host:
+<pre><code>scp -r provision.sh local* tests user@host:
 ssh user@host sudo ./provision.sh -c /path/to/your/local.params.file
 </code></pre>
 </notextile>
@@ -169,7 +169,7 @@ The @provision.sh@ script saves a simple example test workflow in the @/tmp/clus
 
 <notextile>
 <pre><code>cd /tmp/cluster_tests
-./run-test.sh
+sudo ./run-test.sh
 </code></pre>
 </notextile>