# statistics-service **Repository Path**: mirrors_RestComm/statistics-service ## Basic Information - **Project Name**: statistics-service - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Try Restcomm Cloud NOW for FREE!](https://www.restcomm.com/sign-up/) Zero download and install required. All Restcomm [docs](https://www.restcomm.com/docs/) and [downloads](https://www.restcomm.com/downloads/) are now available at [Restcomm.com](https://www.restcomm.com). # Restcomm Statistics Service The Restcomm Statistics Service is a web application that processes statistics collected on the modules restcomm platform. This application persists the collected data into a database and displays the results via a dashboard or through a rest api. This manual describes step by step to install the application on a OpenShift environment. **Installation Instructions (Openshift Enviroment)** First, you need to create an account on OpenShift environment. (https://www.openshift.com/). **Step 01 -** Create a New Application Click on link create you first application now... ![Create a new application](images/step_01.png) **Step 02 -** Select Wildfly 10 App Server (current version) ![Create a new application](images/step_02.png) **Step 03 -** Define your Public URL ![Create a new application](images/step_03.png) continue... ![Create a new application](images/step_04.png) And click on Create Application button. After that, it will be presented the entire information of the new environment. ![Create a new application](images/step_05.png) **Step 04 -** Add MongoDB Click on Continue to the application overview Page ![Create a new application](images/step_06.png) And select Add MongoDB 2.4 (current version) ![Create a new application](images/step_07.png) Now your enviroment are complete! ![Create a new application](images/step_08.png) **Step 05 -** Generate Public SSH KEY Now you need to create a public SSH Key and add to your environment (for remote access). Example of Generating Public SSH Key (linux enviroment). ![Create a new application](images/step_09.png) Put the generated key in Openshit Enviroment. Click in Settings menu and add public key button. ![Create a new application](images/step_10.png) **Step 06 -** Create Application Admin Account Now you need to create an application administrator account to access the web module. The web portal uses JAAS API to perform user authentication. Access you enviroment using ssh: **ssh [you enviroment url]** Go to wilfly/bin directory **cd wildfly/bin** Now you need run **./add-user.sh** script ![Create a new application](images/step_11.png) 01) Select **(b) Application User** 02) Define your **username**; 03) Define your **password**; 04) Define your group name called **Administrator**. This is very important because the web module uses this group internally. **Step 07 -** Deploy Statistics Web Module In this step you need make a git clone of https://github.com/RestComm/statistics-service and put **.war** file into deployments folder. **Finally -** Access the web portal ![Create a new application](images/step_12.png) Put you **username** and **password**. ![Create a new application](images/step_13.png)