Table of Contents |
---|
Info |
---|
Using the System Console is described in the Using Console Commands section. |
Managing Features
Include Page | ||||
---|---|---|---|---|
|
...
Determine which feature to install by looking at the available features on
.Insert excerpt ApplicationName ApplicationName nopanel trueApplicationName Code Block language none ddf@local>features:list
The console should output a list of all features available (installed and uninstalled). A snippet of the list output is shown below (the versions may differ based on the version of
being run):Insert excerpt ApplicationName ApplicationName nopanel trueApplicationName Code Block language none State Version Name Repository Description [installed ] [2.0.1 ] ddf-core ddf-2.1.0 [uninstalled] [2.0.1 ] ddf-sts ddf-2.1.0 [installed ] [2.0.1 ] ddf-security-common ddf-2.1.0 [installed ] [2.0.1 ] ddf-resource-impl ddf-2.1.0 [uninstalled] [2.0.1 ] ddf-source-dummy ddf-2.1.0
Install the desired feature.
Code Block language none ddf@local>features:install ddf-source-dummy
Check the feature list to verify the feature was installed.
Code Block language none ddf@local>features:list
Code Block language none State Version Name Repository Description [installed ] [2.0.1 ] ddf-core ddf-2.1.0 [uninstalled] [2.0.1 ] ddf-sts ddf-2.1.0 [installed ] [2.0.1 ] ddf-security-common ddf-2.1.0 [installed ] [2.0.1 ] ddf-resource-impl ddf-2.1.0 [installed ] [2.0.1 ] ddf-source-dummy ddf-2.1.0
Check the bundle status to verify the service is started.
Code Block language none ddf@local>list
The console output should show an entry similar to the following:
Code Block language none [ 117] [Active ] [ ] [Started] [ 75] DDF :: Catalog :: Source :: Dummy (<version>)
...