From 9c65df788a099fcd8ed7d68dda2c35e3503ee365 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 10 Aug 2022 18:55:14 -0400 Subject: [PATCH] Be more explicit about installing the root cert in arvbox doc no issue # Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- doc/install/arvbox.html.textile.liquid | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/install/arvbox.html.textile.liquid b/doc/install/arvbox.html.textile.liquid index a8235ee70e..3c86721c5b 100644 --- a/doc/install/arvbox.html.textile.liquid +++ b/doc/install/arvbox.html.textile.liquid @@ -16,15 +16,16 @@ h2. Quick start
 $ curl -O https://git.arvados.org/arvados.git/blob_plain/refs/heads/main:/tools/arvbox/bin/arvbox
 $ chmod +x arvbox
-$ ./arvbox start localdemo latest
+$ ./arvbox start localdemo
+$ ./arvbox root-cert
 $ ./arvbox adduser demouser demo@example.com
 
-You can now log in as @demouser@ using the password you selected. +You will then need to "install the arvbox root certificate":#root-cert . After that, you can now log in to Workbench as @demouser@ with the password you selected. h2. Requirements -* Linux 3.x+ and Docker 1.9+ +* Linux 3.x+ and Docker 1.10+ * Minimum of 3 GiB of RAM + additional memory to run jobs * Minimum of 3 GiB of disk + storage for actual data @@ -68,7 +69,7 @@ removeuser listusers list user logins -h2. Install root certificate +h2(#root-cert). Install root certificate Arvbox creates root certificate to authorize Arvbox services. Installing the root certificate into your web browser will prevent security errors when accessing Arvbox services with your web browser. Every Arvbox instance generates a new root signing key. -- 2.30.2