2021-07-01 14:46:59 +03:00
2021-07-01 14:46:59 +03:00
2021-07-01 14:46:59 +03:00
2021-05-12 20:55:55 -04:00
2021-06-12 12:16:38 -04:00
2021-05-12 20:55:55 -04:00
2021-06-12 12:16:38 -04:00
2021-06-21 08:38:41 -07:00
2021-06-29 10:45:20 -04:00
2021-06-29 10:45:20 -04:00
2021-06-30 08:32:15 -07:00

uCentralGW UI

What is this?

The uCentralGW Client is a user interface that lets you monitor and manage devices connected to the uCentral gateway. To use the interface, you either need to run it on your machine for development or build it for production.

NOTE: This UI will be evolving as micro services are added to the uCentral program most notably with provisioning, base dashboard, firmware, device management

Running the solution

Development

Here are the instructions to run the solution on your machine for development purposes. You need to run these in the root folder of the project and also have npm installed on your machine. Please install npm for the platform you are using.

git clone https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui
cd wlan-cloud-ucentralgw-ui
npm install
npm start

Production

Here are the instructions to build the production veresion of the application. You need to run this in the root folder of the project and also have npm installed on your machine.

git clone https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui
cd wlan-cloud-ucentralgw-ui
npm run build

Once the build is done, you can move the build folder on your server.

Configuration

You must change the config.json file in public directory to point to your gateway URL. You may also limit the ability for users to change the default gateway. If you do not allow a gateway change, the gateway URL will not appear on the login screen.

Here are the current default values:

{
  "DEFAULT_GATEWAY_URL": "https://ucentral.dpaas.arilia.com:16001",
  "ALLOW_GATEWAY_CHANGE": false
}
Description
No description provided
Readme BSD-3-Clause 32 MiB
Latest
2025-09-08 18:52:28 +00:00
Languages
TypeScript 99%
JavaScript 0.6%
Smarty 0.1%
CSS 0.1%