Docs
  • Getting Started
  • Overview
    • Understanding
      • User-Interface
      • Shortcuts
    • Getting Started
      • Creating A New Application
      • Adding Basic Structure using Class Designer
      • Creating a link to the TIVITY File Class
      • Setting Rights
      • Creating Queries
      • Building The Layout
        • Creating an App Page
        • Creating an Object Page
        • Creating a List Item Layout
  • Building an Application
    • Application Setup
      • General
      • Documentation
      • License Management
      • Publishing the Application
      • Advanced Settings
        • Document-MailEditor
    • Data
      • Sources
      • Data Modelling
        • Class
        • Field
        • Action
        • Link
      • Query Data
        • Get Started with Query Designer
        • Common
        • Fields
        • Conditions
        • Default Values
        • Preview
      • Roles & Permissions
        • Rights Designer
      • Access Control Lists (ACL)
    • Views
      • Design UI
        • Page Types
        • Fields and Links
        • Layout Controls
          • Actions
          • Panels
          • Sections
          • Lists
          • Input
        • Layout Templates
      • Document Templates
        • Get started with Template Designer
        • Expressions in Templates
    • Execution
      • Functions
      • Workflows
        • Control Types
      • Trigger
      • Scripting
        • Accessing the Script Designer
        • Using the Script Designer
        • Commonly used Actions
        • Reference: Actions
          • Math
          • System
          • Date
          • Collection
          • LogicalOperators
          • Web
          • Structure
          • Constants
          • Converters
          • Commands
          • Text
          • PDF
          • Operators
          • PowerPoint
          • QR-/Barcode
          • Messaging
          • Cells
          • Xml
          • Admin
          • Integrations
    • Expressions
      • Expressions in Expressions
      • Expressions in Condition Values
  • Administration
    • Platform
    • Workspace
    • Security
    • Platform Setup
  • Extensibility and Integration
    • REST API
    • Source Adapter
      • Getting Started
      • Source Adapter Interface
      • RESTful Adapter Service
  • Adapter Portfolio
    • MongoDB Adapter
  • Platform Features
    • Enterprise Search
      • Integration into an App
      • General Settings
    • Templates
    • Tagging
      • Getting Started
      • Manage Tags
      • Settings
      • Usage
        • Tag filter
        • Tag panel
    • DMS Setup
Powered by GitBook
On this page
  • Install
  • Uninstall

Was this helpful?

  1. Platform Features

DMS Setup

Tivity DMS Setup command-line interface provides a tool to install or uninstall the TIVITY DMS which handles document related actions.

Install

The install verb is used to install TIVITY DMS.

Options

  • path: The absolute path of the instance to setup.

  • dms-version (cached): The version of the installation.

  • dms-logs-directory (cached): The absolute path of the logs. Default: [path]\Logs.

  • dms-db-host (cached): The SQL host of the SQL server to connect to.

  • dms-db-port (cached): The SQL port of the SQL server to connect to.

  • dms-db-database (cached): The SQL database to create or use.

  • dms-db-username (cached): The SQL username to use to connect to the SQL server.

  • dms-db-password: The SQL password to use to connect to the SQL server.

  • dms-db-setupsame (cached): Use the same username and password during the setup [true|false].

  • dms-db-setupusername (cached): The SQL username to use to connect to the SQL server during the setup only.

  • dms-db-setuppassword: The SQL password to use to connect to the SQL server during the setup only.

  • dms-iis-site (cached): The IIS site to use.

  • dms-iis-applicationpool (cached): The IIS application pool to use.

  • dms-iis-application (cached): The IIS application of the site to create or use.

  • dms-iis-applicationpath (cached): The absolute path of the IIS application. Default: [path]\Web.

  • dms-storage-directory (cached): The absolute path of the storage.

  • dms-storage-tempdirectory (cached): The absolute path of the temp storage. Default: [dms-storage-directory]\Temp.

  • dms-storage-domain (cached): The Windows domain to use to access the storage.

  • dms-storage-username (cached): The Windows username to use to access the storage.

  • dms-storage-password: The Windows password to use to access the storage.

  • dms-application-domain (cached): The DMS domain to use to connect to the REST-API.

  • dms-application-username (cached): The DMS username to use to connect to the REST-API.

  • dms-application-password: The DMS password to use to connect to the REST-API.

  • dms-services-independent (cached): Run the services independent [true|false].

  • dms-services-storage-directory (cached): The relative path of the storage files. Default: [dms-storage-directory]\Storage

  • dms-services-indexing-path (cached): The absolute path of the indexing service. Default: [path]\Indexing.

  • dms-services-indexing-name (cached): The name of the indexing service (do not change). Default: DMS-Indexing-Service.

  • dms-services-indexing-port (cached): The port of the indexing service (do not change). Default: 50515.

  • dms-services-indexing-directory (cached): The relative directory of the indexing files. Default: Indexing.

  • dms-services-thumbnail-path (cached): The absolute path of the thumbnail service. Default: [path]\Thumbnails.

  • dms-services-thumbnail-name (cached): The name of the thumbnail service (do not change). Default: DMS-Thumbnail-Service.

  • dms-services-thumbnail-port (cached): The port of the thumbnail service (do not change). Default: 50525.

  • dms-services-thumbnail-directory (cached): The relative directory of the thumbnail files. Default: Thumbnails.

  • dms-services-preview-path (cached): The absolute path of the preview service. Default: [path]\Previews.

  • dms-services-preview-name (cached): The name of the preview service (do not change). Default: DMS-Preview-Service.

  • dms-services-preview-port (cached): The port of the preview service (do not change). Default: 50505.

  • dms-services-preview-directory (cached): The relative directory of the preview files. Default: Previews.

  • dms-services-watcher-path (cached): The absolute path of the watcher service. Default: [path]\Watcher.

  • dms-services-watcher-name (cached): The name of the watcher service (do not change). Default: DMS-Watcher-Service.

  • dms-services-watcher-port (cached): The port of the watcher service (do not change). Default: 50535.

  • tika-path (cached): The absolute path of the Tika service. Default: [path]\Tika.

  • tika-name (cached): The name of the Tika service (do not change). Default: DMS-Tika-Service.

  • tika-port (cached): The port of the Tika service (do not change). Default: 50545.

Uninstall

The uninstall verb is used to uninstall the TIVITY DMS.

Options

See install options.

Version

The version verb will output the version of the setup (no options are supported).

PreviousTag panel

Last updated 10 months ago

Was this helpful?