diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index 0222046e9..40bc691fc 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -17,6 +17,17 @@ Overview $ solum app show $ curl +Use Cases +~~~~~~~~~ +A languagepack must exist in Solum, as every application deployed +with Solum requires an association to a languagepack to run (even +if the languagepack only implements a no-op). Languagepacks can be +added to Solum in the following ways: + +1. Solum comes with pre-existing languagepacks +2. Solum System Operator creates and adds languagepack(s) available for all users +3. Solum User creates and adds languagepack(s) available only to that user + Vagrant Demo Environment ------------------------