Zur Navigation | Zum Inhalt
Version 6.3 Released
See the changelog for details of this new release.
FVCML0208 10
Multi-user Installation (Overview) PDF Print E-mail

By it's nature the multi-user system setup is a little more complicated. These notes should be directed to your server or system administrator.

All of the RocketDMS clients require a shared document store (Subversion repository) and database. 

 

Subversion Repository

If required install a subversion server (document store). Some possible options include:

  • Local filesystem or network filesystem,[5] accessed by client directly. This mode uses the file:///path access scheme.
  • WebDAV/DeltaV (over http or https) using the mod_dav_svn module for Apache 2. This mode uses the https://host/path access scheme.
  • Custom "svn" protocol (default port 3690), using plain text or over SSH. This mode uses either the svn://host/pathsvn+ssh://host/path scheme for tunneling over ssh. access scheme for unencrypted transport or

From http://en.wikipedia.org/wiki/Subversion_(software)

 

Enter the svn access scheme URL into the Document Store tab of the configuration program. Click the Check button to verify the connection.  

 

 

Database

As of writing MySQL and SQLite support is built in. If you require other databases please contact us and we will enable the other database interfaces.

Create a database to be used by RocketDMS. Note the connection details and credentials and enter these into the Configuration, Document Store tab. The connection details are entered as a Data Source Name or DSN. For MySQL your DSN will be something like this:

mysql:dbname=rdms;host=dbserver.my.net.com

In this example the database name is 'rdms' and the database server address is 'dbserver.my.net.com'. All required tables will be created automatically when the RocketDMS program is first run.

 

 

 

Last Updated on Thursday, 04 February 2010 16:23