First server
  • 18 Mar 2024
  • 2 Minutes to read
  • Dark
    Light
  • PDF

First server

  • Dark
    Light
  • PDF

Article Summary

Liquit Workspace Server is distributed as a Microsoft Installer (MSI) and this section provides the description of a few steps required to install it.

Prerequisites

Setting up an empty database prior to installing the Liquit Workspace Server for the first time is mandatory. If you choose to use an Azure SQL database and you want to configure it with an Azure account, you need to install locally the SQL Server Native Client, otherwise this authentication method will not work. See Microsoft documentation for installation information.

Note that Liquit Workspace Server is a web server and any existing services running on port 80 or 443 will cause conflicts.

To guarantee that the web version and Launcher of the Liquit Workspace work properly, a certificate supplied by Liquit must be installed on the local PC. See HTTPS (Webserver certificates) for more information.

How to install the first Liquit Workspace Server

  1. When you run the wizard, click Next in the first three windows.

Liquit-server-setup-1.png

Liquit-server-setup-2.png

Liquit-server-setup-3.png

  1. In the Service Account window, provide the credentials for the Liquit Workspace Server Service, which will be used for database connectivity and/or for securing access to the Content Store.

You can choose to use Windows Authentication or insert your credentials.

If you provide custom logon account credentials, make sure that this account has the “Log on as a service” rights, as described in the Microsoft documentation.

Liquit-server-setup-4.png

  1. Click Next.

  2. In the Setup Database window enter the database connectivity information which will be used by the Liquit Workspace Server Service.
    The following authentication methods are supported:

    • Windows Authentication The Windows/Active Directory service account that has been configured in the previous step will be used to authenticate with the SQL database. Make sure that both the service account from the previous screen and the user account that runs the setup (for database schema creation) has permission to access the SQL Database.
    • SQL Server Authentication Specify account credentials of an SQL user with SQL database permissions.
    • Azure Active Directory - Password Specify account credentials of an Azure AD user with SQL database permissions.
    • Azure Active Directory - Integrated The Azure AD service account that has been configured in the previous step will be used to authenticate with the SQL database.

Liquit-server-setup-5.png

  1. Click Next.
  2. In the Create zone window, that opens if you provide an empty SQL database, specify the primary zone for your environment. In other words, the FQDN that will be used to access the Liquit Workspace environment.

Liquit-server-setup-6.png

  1. Click Next.

  2. In the Installation Summary window click Finish.

Liquit-server-setup-7.png

Further reading

First login page contains information about how to access Liquit Workspace using a web browser on the FQDN you provided for the first time.
Server Configuration details the main configuration options for the server.json file.
Content Store details how to relocate the content store (local data) to a different location.
HTTPS (Webserver certificates) details how to enable SSL.
Load Balancing details best practices on how to configure the load balancing solution for multiple Liquit Workspace Servers within an environment.


Was this article helpful?