Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b-venter authored Nov 23, 2021
1 parent 04557b2 commit 589e88c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# miWallboard
Quite simply, this is wallboard for Mitel's MiContact Center Business (MiCCB). It provides an easier overview of the contact center's current status and agents' statuses. It uses the REST API provided by Mitel. Being an Angular app, it can be hosted by web server. Once a browser like Firefox or Chrome loads the "page", it really runs from the browser. It is a Single Page Application.
Quite simply, this is a wallboard for Mitel's MiContact Center Business (MiCCB). It provides an easier overview of the contact center's current status and that of the agents. It uses the REST API provided by MiCCB. Being an Angular app, it can be hosted by most web servers. Once a browser like Firefox or Chrome loads the "page", it actually runs from the browser, being as it is a Single Page Application.

Below you will find instructions on installations and settings.
Below you will find instructions on installation and settings.

## 1 - Setting up an API user on MiCCB
So you could run this using your admin user - but that is just a **bad idea** on so many levels. Therefore, to encourage good security, here is a step-by-step guide on how you can create a user just for the wallboard with only as much as access as needed (which, if you are curious, is very little).
Expand All @@ -24,6 +24,7 @@ So you could run this using your admin user - but that is just a **bad idea** on
Nice! Never compromise on security

## 2 - Wallboard settings
In the `assets` folder is a file called **settings.json**. Here is what each entry can contain:

## 3 - Hosting with IIS
## 4 - Building from source
Expand Down

0 comments on commit 589e88c

Please sign in to comment.