Prerequisites

Before you start deploying, you may want to see if you’re meeting all the prerequisites for deployment. Ensure that you have:

  1. Kubernetes Cluster available with given system requirements.
  2. Installed Helm CLI 3.1 or above.
  3. Installed Kubernetes Kubectl CLI.
  4. Administrator rights on the Kubernetes cluster level. 
  5. Set up two databases to host Adeptia backend and log database with given system requirements.
  6. The database that meets the following two requirements:
    1. It is accessible through TCP/IP. The port must be fixed and opened.
    2. You have the below database permissions for Adeptia backend and log database.

      Database

      Ensure that you have permission to

      MS SQL server

      CREATE TABLE, ADD COLUMN, CREATE INDEX, DROP COLUMN, DROP INDEX, DROP TABLE, CREATE PROCEDURE, ALTER PROCEDURE, EXECUTE, and DROP PROCEDURE for SQL Server database.

    3. Use SQL Authentication mode only.
  7. Whitelist https://connect.adeptia.com/ in the firewall for incoming and outgoing traffic for using business applications such as QuickBooks, Salesforce, or any other.Â