shuhaib-aot / forms-flow-ai-deployment

Deployment base for forms-flow-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download and Installation

In the following document, we’ll describe about the different project dependencies, and the installation options being supported.

Table of Contents

  1. Prerequisites
  2. Download the formsflow.ai
  3. Installation
  4. Verifying the Installation Status

Prerequisites

  • Admin access to a local or remote server (can be local Windows PC or Mac provided it is 64-bit with at least 16GB RAM and 25GB HDD)
  • For docker based installation Docker needs to be installed.
    • For Mac, make sure the docker for mac memory allocation is set to at least 16GB.

Download the formsflow.ai

Installation

There are multiple options for installing formsflow.ai. They are given below

Docker Based Installation


Docker single click installation

Follow the instructions in the documentation and run the install.bat/bash for quick installation.

Docker Full Deployment

Follow the instructions on docker installation guide

Openshift Based Installation


Openshift Full Deployment

Follow the instructions on openshift installation guide

Verifying the Installation status

The following applications will be started and can be accessed in your browser.

Srl No Service Name Usage Access Default credentials (userName / Password)
1 Keycloak Authentication http://localhost:8080 admin/changeme
2 forms-flow-forms form.io form building. This must be started earlier for resource role id's creation http://localhost:3001 admin@example.com/changeme
3 forms-flow-analytics Redash analytics server, This must be started earlier for redash key creation http://localhost:7000 Use the credentials used for registration / Default user credentials
4 forms-flow-web formsflow Landing web app http://localhost:3000 Default user credentials
5 forms-flow-api API services http://localhost:5000 Authorization tocken from keycloak role based user credentials
6 forms-flow-bpm Camunda integration http://localhost:8000/camunda Default user credentials

About

Deployment base for forms-flow-ai

License:Apache License 2.0


Languages

Language:Shell 56.9%Language:Batchfile 40.3%Language:JavaScript 2.8%