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
74:cms_configuration [2020/05/14 11:39] tssr74:cms_configuration [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 3: Line 3:
 Stages can interact with configuration management systems 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
 +  - Create a new repository configuration explained [[:74:cms_configuration#repository-configuration|here]] within the Stages Web-Application
  
 Currently, following content management systems are available and can be configured as described in the linked sections: Currently, following content management systems are available and can be configured as described in the linked sections:
Line 76: Line 77:
     * //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**
 +\\
 +Open the main menu in the top right corner. You will see a list of all CMS types which are available. Click on "Add" to create a new repository configuration for that CMS type.
 +
 +{{:cms:repositories.png?600|}}
 +
 +**Edit**
 +\\
 +To Edit an existing repository, click on its name or open the menu and click "Edit".
 +
 +**Remove**
 +\\
 +To remove a repository, open the menu on the right of the repository you want to delete. Then select "Delete" and confirm the deletion.
 +
 +> For CMS type specific configurations please see: 
 +
 +  * [[74:cms_subversion#repository-onfiguration|Subversion]]
 +  * [[74:cms_sharepoint#repository-configuration|Sharepoint]]
 +  * [[74:cms_sharepoint_online#repository-configuration|Sharepoint Online]]
 +  * [[75:cms_integrity#repository-configuration|Integrity]]
 +==== 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 ident 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-indicator (yellow exclamation mark)
 +
 +{{:cms:repository-error.png?600|}}