Kiran Kamineni | ac134cb | 2018-05-04 16:50:39 -0700 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | .. Copyright 2018 Intel Corporation, Inc |
| 4 | |
| 5 | Installation |
Kiran Kamineni | d977f32 | 2018-05-23 11:05:08 -0700 | [diff] [blame] | 6 | ------------ |
Kiran Kamineni | ac134cb | 2018-05-04 16:50:39 -0700 | [diff] [blame] | 7 | |
Kiran Kamineni | 78d594b | 2018-05-22 17:38:16 -0700 | [diff] [blame] | 8 | **Kubernetes** |
| 9 | |
Stanislav Chlebec | f133a69 | 2018-11-21 11:49:44 +0100 | [diff] [blame] | 10 | The Secret Management Service project is a sub-project of AAF and will be deployed via Helm on Kubernetes |
Kiran Kamineni | 78d594b | 2018-05-22 17:38:16 -0700 | [diff] [blame] | 11 | under the OOM Project umbrella. It will be automatically installed when the AAF chart is installed. |
| 12 | |
| 13 | **Standalone Install on Bare-Metal or VM** |
| 14 | |
| 15 | A script for doing a standalone install is provided in the repository |
| 16 | Run it as below: |
Kiran Kamineni | ac134cb | 2018-05-04 16:50:39 -0700 | [diff] [blame] | 17 | |
| 18 | .. code-block:: console |
| 19 | |
Kiran Kamineni | 78d594b | 2018-05-22 17:38:16 -0700 | [diff] [blame] | 20 | cd sms-service/bin/deploy |
| 21 | sms.sh start |
Kiran Kamineni | ac134cb | 2018-05-04 16:50:39 -0700 | [diff] [blame] | 22 | |
| 23 | .. end |