Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
74:cms_configuration [2019/10/16 10:18] – [Common Configuration] tssr74:cms_configuration [2020/08/27 11:31] tssr
Line 1: Line 1:
 ====== CMS Configuration ====== ====== CMS Configuration ======
  
-Stages can interact with configuration management systems (CMS) to work with remotely stored files. The configuration for these systems is done in two simple steps:+Stages can interact with configuration management systems to work with remotely stored files. The configuration for these systems is done in two simple steps:
  
-  - Add the XML snippet explained in [[:74:cms_configuration#common_configuration|this section]] to your Stages configuration for each configuration management system you want to work with+  - Add the xml snippet explained in [[:74:cms_configuration#common_configuration|this section]] to your Stages configuration for each configuration management system you want to work with
   - Adjust this snippet for the specific configuration management system according to the explanations below   - Adjust this snippet for the specific configuration management system according to the explanations below
  
Line 11: Line 11:
   * [[:74:cms_sharepoint|]]   * [[:74:cms_sharepoint|]]
   * [[:74:cms_sharepoint_online|]]   * [[:74:cms_sharepoint_online|]]
 +  * [[:75:cms_integrity]]
  
  
Line 75: Line 76:
     * //value//: The value attribute defines the value for that property.     * //value//: The value attribute defines the value for that property.
  
 +====== Repository Configuration ======
 +
 +To add, remove or edit a repository, navigate to "Management" -> "File Management" of the workspace.
 +
 +**Add a repository**
 +The following picture shows, how to add a new repository.
 +{{ :cms:repositories.png?400 |}}
 +
 +**Edit a repository**
 +To Edit an existing repository, click on its name or open the menu and click "Edit".
 +
 +**Remove a repository**
 +To remove a repository, open the menu on the right of the repository you want to delete. Then select "Delete" and confirm the deletion.
 +
 +======= Repository Errors =======
 +
 +Repository errors are shown next to the menu button on the right of each repository list entry.
 +The following errors can occur:
 +
 +  * The host-ID is not configured in the config.xml
 +  * There are system-credentials missing for that repository (OAuth based systems only)
 +
 +The following figure shows, how these errors look like, when you click on the error-indicators (yellow exclamation mark)
 +
 +{{ :cms:repository-error.png?400 |}}