From ffc0215047407cce0f30ca609195658d9efe8715 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Tue, 14 Aug 2018 12:53:54 -0500 Subject: Document Identity Discussion Issue-ID: AAF-429 Change-Id: I9c217d0e19c65e9178f4c839d0426338a863e05c Signed-off-by: Instrumental --- docs/sections/installation/install_from_source.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/sections/installation') diff --git a/docs/sections/installation/install_from_source.rst b/docs/sections/installation/install_from_source.rst index 761069cb..dd7f71e0 100644 --- a/docs/sections/installation/install_from_source.rst +++ b/docs/sections/installation/install_from_source.rst @@ -93,7 +93,7 @@ New Docker Cassandra Assuming you are in your src/authz directory:: $ cd auth/auth-cass/docker - $ sh dinstall.sh + $ bash dinstall.sh --------------------- AAF Itself @@ -127,7 +127,7 @@ You will need to edit and fill out the information in your d.props file. Here i AAF can be built, and local Docker Images built with the following:: - $ sh dbuild.sh + $ bash dbuild.sh Otherwise, just let it pull from Nexus @@ -140,7 +140,7 @@ AAF uses a Persistent Volume to store data longer term, such as CADI configs, Or This volume is created automatically, as necessary, and linked into the container when starting. :: ## Be sure to have your 'd.props' file filled out before running. - $ sh aaf.sh + $ bash aaf.sh ============================== Bootstrapping with Keystores @@ -187,7 +187,7 @@ Check the Container logs for correct Keystore passwords, other issues :: Watch logs :: - $ sh aaf.sh taillog + $ bash aaf.sh taillog Notes: -- cgit 1.2.3-korg