diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-08-14 12:53:54 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-08-14 12:54:19 -0500 |
commit | ffc0215047407cce0f30ca609195658d9efe8715 (patch) | |
tree | 39447567b1f3abbb223739f0962b32347923b514 /docs/sections/installation/install_from_source.rst | |
parent | 53247c1dd17dd5740bfbe22f1865543f3e185cdf (diff) |
Document Identity Discussion
Issue-ID: AAF-429
Change-Id: I9c217d0e19c65e9178f4c839d0426338a863e05c
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'docs/sections/installation/install_from_source.rst')
-rw-r--r-- | docs/sections/installation/install_from_source.rst | 8 |
1 files changed, 4 insertions, 4 deletions
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: |