Skip to content

Commit

Permalink
feat: forms-flow-ai stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafflgav committed Feb 6, 2023
1 parent bf34013 commit cabb344
Show file tree
Hide file tree
Showing 36 changed files with 28 additions and 852 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ hs_err_pid*
.DS_Store

.idea/

forms-flow-showcase/forms-flow-ai/docker-compose/postgres/
forms-flow-showcase/forms-flow-ai/docker-compose/mongodb/
21 changes: 0 additions & 21 deletions examples/pom.xml

This file was deleted.

22 changes: 0 additions & 22 deletions examples/public-plan-demo/pom.xml

This file was deleted.

31 changes: 0 additions & 31 deletions examples/public-plan-demo/public-plan-demo-core/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

59 changes: 0 additions & 59 deletions examples/public-plan-demo/public-plan-demo-forms-flow/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions forms-flow-showcase/forms-flow-ai/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Running Forms-Flow-AI

## Windows:

- Run `install.bat`



- change sample.env ip addresses
- rename to .env
- change configuration/config.js ip addresses
- docker compuse up -d
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
window["_env_"] = {
NODE_ENV: "production",
REACT_APP_API_SERVER_URL:"http://{your-ip-address}:3001",
REACT_APP_API_PROJECT_URL:"http://{your-ip-address}:3001",
REACT_APP_API_SERVER_URL:"http://192.168.1.124:3001",
REACT_APP_API_PROJECT_URL:"http://192.168.1.124:3001",
REACT_APP_KEYCLOAK_CLIENT:"forms-flow-web",
REACT_APP_KEYCLOAK_URL_REALM:"{realm-name}",
REACT_APP_KEYCLOAK_URL:"http://{your-ip-address}:8080",
REACT_APP_WEB_BASE_URL:"http://{your-ip-address}:5000",
REACT_APP_BPM_URL:"http://{your-ip-address}:8000/camunda",
REACT_APP_KEYCLOAK_URL_REALM:"forms-flow-ai",
REACT_APP_KEYCLOAK_URL:"http://192.168.1.124:8080",
REACT_APP_WEB_BASE_URL:"http://192.168.1.124:5000",
REACT_APP_BPM_URL:"http://192.168.1.124:8000/camunda",
REACT_APP_WEBSOCKET_ENCRYPT_KEY:"giert989jkwrgb@DR55",
REACT_APP_APPLICATION_NAME:"formsflow.ai",
REACT_APP_WEB_BASE_CUSTOM_URL:"",
Expand Down
7 changes: 7 additions & 0 deletions forms-flow-showcase/forms-flow-ai/docker-compose/sample.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FORMIO_DEFAULT_PROJECT_URL=http://192.168.1.124:3001
KEYCLOAK_URL=http://192.168.1.124:8080
KEYCLOAK_BPM_CLIENT_SECRET=e4bdbd25-1467-4f7f-b993-bc4b1944c943
FORMSFLOW_API_URL=http://192.168.1.124:5000
WEBSOCKET_SECURITY_ORIGIN=http://192.168.1.124:3000
SESSION_COOKIE_SECURE=false
BPM_API_URL=http://192.168.1.124:8000/camunda
File renamed without changes.
File renamed without changes.
Empty file.
Loading

0 comments on commit cabb344

Please sign in to comment.