Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel3
minLevel3

...

styleborder:1
locationtop
typeflat
separatorpipe

...

Installing

...

WebDAV client

Before using Webdav WebDAV support with Governance Registry, you need to install Webdav client WebDAV client to your local machine based on your operating system. For example, if you are an Ubuntu user you can install devfs2 by running the following command:

Code Block

sudo apt-get install davfs2

...

Configuring davfs2 in Your Local File System

Add the following entries into davfs2.conf file.

There is a system wide configuration file /etc/davfs2/davfs2.conf and user configuration files ~/.davfs2/davfs2.conf. When mount.davfs is invoked by root, only the system wide configuration file is read. When invoked by an ordinary user, the user configuration file is read in addition, and the user configuration takes precedence over the system wide configuration.

Code Block

use_locks 0
    drop_weak_etags 1
    allow_cookie 1

...

Info
titleNote

Without these settings, WebDAV may not function as expected.

...

Mounting Registry to Your Local File System

Use following steps to mount the complete Registry root into your file system (/mnt/webdav directory) if you are a Linux User.

...

4. This will mount complete GREG root to your directory created in /mnt/webdav1.

Excerpt
hiddentrue

Instructions how to install

...

WebDAV and configure it on Linux and how to mount the Registry.