Installing HotDocs Hub without User Management

You can install HotDocs Hub without its user management components. This allows you to use your own security arrangements for securing access to the Hub.

It is strongly recommended that this configuration of the HotDocs Hub is not deployed on an extranet or public-facing server.

In this Topic Hide

Prerequisites

See HotDocs Hub System Requirements for a full list of prerequisites.

Configure Internet Information Services (IIS) to use HTTPS

When using the HotDocs Hub as part of an on-premise solution, the IIS web site where Hub is installed must use HTTPS. For more information on configuring HTTPS in IIS, see https://support.microsoft.com/en-us/kb/324069.

Installation

To install the HotDocs Hub without User Management

  1. Open the Windows Command Prompt as an administrator.
  2. In the prompt, navigate to the directory containing the HotDocs Hub installation files.
  3. In the prompt, run the HotDocs Hub installer; the installation dialog opens.
  4. Click Next.
  5. Review and accept the License Agreement terms.
  6. Click Next.
  7. Expand the User Authentication node.
  8. Select the Entire feature will be unavailable option for the following components:
    • HotDocs Tenancy Resolver Files
    • HotDocs Identity Server Files
    • HotDocs Identity Store Files
    • HotDocs User Admin Files
    • HotDocs Permissions Files
  9. (Optional) Click Browse to change the default installation directory.
  10. Click Next.
  11. Click Install.
  12. Click Finish.

To run additional installation scripts

  1. Extract the Post-Installation Files zip file provided with the HotDocs Hub installer.
  2. Run Powershell as an administrator.
  3. Change the directory to the Post-Installation Files > Scripts folder.
  4. Edit the Invoke.ps1 script in a text editor to customize the installation parameters; see Post-Installation Script Parameters for more information.
  5. Run the Invoke.ps1 script in Powershell, using the following command with your own values replacing the {placeholder} values:
    .\Invoke.ps1 -EnableOAuth2 {enable-oauth2} -SqlServer "{sql-server-name}" -SqlUser {sql-username} -SqlPass {sql-password} -IisWebSite "{website-name}" -IisHostName "{host-name}" -IisAppRoot "{hub-application-root}"
    Where:
    • enable-oauth2 must be false.
    • sql-server-name name of the SQL Server where the Hub databases are installed; e.g. .\sqlexpress.
    • sql-username name of SQL user that has read and write permissions to the Hub databases.
    • sql-password – password associated with the SQL user above.
    • website-name name of the website under which HotDocs Hub is installed; e.g. Default Web Site.
    • host-name name of the server on which the HotDocs Hub is installed, e.g. exampleserver01; the name must be the same as the one used by your security certificate.
    • hub-application-root path to root installation directory containing the HotDocs Hub applications; e.g. C:\inetpub\wwwroot.

HotDocs Hub is now installed.

Next Steps

  1. Installing HotDocs Server and HotDocs Web Services
  2. Install HotDocs Developer for template authors.
  3. Install the Upload Plugin for HotDocs Developer

 

Table of Contents

Index

Glossary

-Search-

Back