In the following document, we’ll describe about the different project dependencies, and the installation options being supported.
- 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.
- Clone this github repo: https://github.com/AOT-Technologies/forms-flow-ai-deployment.git
There are multiple options for installing formsflow.ai. They are given below
- Docker Based installation
- Openshift Based Installation
Follow the instructions in the documentation and run the install.bat/bash for quick installation.
Follow the instructions on docker installation guide
Follow the instructions on openshift installation guide
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 |