torresashjian / labs-air-ui

TIBCO LABS™ Project AIR - User Interface

Home Page:https://tibcosoftware.github.io/labs-air/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIBCO LABS™ Project AIR™ UI

Link to full documentation Site: https://tibcosoftware.github.io/labs-air/

Logo

Other Project AIR™ Repositories

The infrastructure is the backend to running the UI. Without the infrastructure, the UI will appear blank and will not function properly.

Contributing

For information regarding participation in the project, please see our contributing document.

Required Tools

You will need the following tooling to interact and modify the project:

For setup instructions, please refer to the contributing doc.

Connecting the Project AIR™ UI to Project AIR™ Infrastructure

To connect an instance of the UI to a Project AIR™ Infrastructure instance, modify /labs-air-ui/projects/common/src/lib/environments/environment.ts

...
export const environment = {
    production: false,
    dgraphUrl: 'http://localhost:8080',
    dgraphBasicAuthEnabled: false,
...

Change the dGraphUrl value to the infrastructure endpoint.

Troubleshooting

If you have problems building the project, ng build common may fix compilation issues. This will only occur if npm run prepare is not used to setup the project.

About

TIBCO LABS™ Project AIR - User Interface

https://tibcosoftware.github.io/labs-air/

License:Other


Languages

Language:JavaScript 83.0%Language:TypeScript 11.9%Language:HTML 4.4%Language:CSS 0.7%Language:Shell 0.0%Language:Makefile 0.0%Language:Dockerfile 0.0%