Migrate aaf-sms docs
[aaf/sms.git] / docs / installation.rst
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
6 ------------
7
8 **Kubernetes**
9
10 The Secret Management Service project is a sub-project of AAF and will be deployed via Helm on Kubernetes
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:
17
18 .. code-block:: console
19
20     cd sms-service/bin/deploy
21     sms.sh start
22
23 .. end