https://github.com/infosys/rpa-control-center
The RPA Control Center provides a cumulative view of the health of the various RPA or IT applications or infrastructure. It allows deep dive into the individual KPI of the system or application.
https://github.com/infosys/rpa-control-center
Last synced: 2 months ago
JSON representation
The RPA Control Center provides a cumulative view of the health of the various RPA or IT applications or infrastructure. It allows deep dive into the individual KPI of the system or application.
- Host: GitHub
- URL: https://github.com/infosys/rpa-control-center
- Owner: Infosys
- License: mit
- Created: 2021-12-24T08:17:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T08:34:26.000Z (over 3 years ago)
- Last Synced: 2026-04-21T14:55:31.183Z (2 months ago)
- Language: TypeScript
- Size: 31.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RPA-Control-Center
The RPA Control Center provides a cumulative view of the health of the various RPA or IT applications or infrastructure. It allows deep dive into the individual KPI of the system or application.
# Build Instructions
1.Download the release package zip files RPA_Control_Center-Win and Source from github
2.Unblock the zip files and extract all the files
3.Copy the file PasswordUtility-0.0.1 from the extracted directory ..\Source\OperationsPortal\target\OperationsPortal\WEB-INF\lib to the directory C:\Users\\[username]\\.m2\repository\com\infosys\aina\solutions\PasswordUtility\0.0.1
4.Launch the eclipse IDE
5.Click on File menu > Import
6.In the pop up window Import, select Maven > Existing Maven Projects > click on Next
7.Click on browse button and select the folder ..\RPA-Control-Center-main\OperationsPortal
8.Make sure pom.xml file is selected/checked under projects and click on Finish
8.Right click on OperationsPortal in Project Explorer > Run As > Maven install
9.BUILD SUCCESS message should be displayed in the console