SSO installation doc fix: to run rails console, you need to be in the
[arvados.git] / doc / install / install-keepstore.html.textile.liquid
index 72b3c9817c2d745b8984d842fa35ecfc5a19ba39..4cb46e13801e78a95b51c26cce0f3696cf8b3f78 100644 (file)
@@ -83,7 +83,7 @@ Make sure to update the @service_host@ value to match each of your Keepstore ser
 ~$ <span class="userinput">echo "Site prefix is '$prefix'"</span>
 ~$ <span class="userinput">read -rd $'\000' keepservice &lt;&lt;EOF; arv keep_service create --keep-service "$keepservice"</span>
 <span class="userinput">{
- "service_host":"keep0.$prefix.your.domain",
+ "service_host":"<strong>keep0.$prefix.your.domain</strong>",
  "service_port":25107,
  "service_ssl_flag":false,
  "service_type":"disk"