-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from erssebaggala/add_graphs
Add graphs to reports module
- Loading branch information
Showing
9 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,15 @@ Boda Telecom Suite Community Edition - An open source telecommunication network | |
* CM managed object browsing | ||
* Automatic network baseline generation | ||
* Radio Access Network (RAN) audit (relations, conflicts, parameter values vs baseline ) | ||
* Reporting | ||
|
||
* Reports that support tabular and different graphical presentation of data | ||
|
||
## Requirements | ||
|
||
* 4GB memory | ||
* 64 bit OS (Kernel version 3.10+ for Linux and build 10.0.14393+ for Windows) | ||
* [Docker](https://www.docker.com/get-docker) | ||
* 5GB hard disk space | ||
* Memory and disk space depend on the network /data size | ||
* Latest web browser | ||
|
||
## Deployment/Installation | ||
|
||
* Download latest release files (bts-ce-**version**) from https://github.com/bodastage/bts-ce/releases/latest | ||
|
@@ -36,7 +35,7 @@ Boda Telecom Suite Community Edition - An open source telecommunication network | |
```batch | ||
> bts setup | ||
``` | ||
* Open web broswer and paste the URL http://localhost on windows or http://192.168.99.100 | ||
* Open web broswer and paste the URL http://localhost:8888 | ||
* Login with username: **[email protected]** and password: **password** | ||
|
||
## Installing a new release | ||
|
@@ -66,6 +65,7 @@ This is achieved using the following 2 commands, | |
- [PostgreSQL](https://www.postgresql.org/) | ||
- [Apache Airflow](https://airflow.apache.org/) | ||
- [ReactJs](http://reactjs.org/) | ||
- [RabbitMQ](https://www.rabbitmq.com/) | ||
|
||
## Resources | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2.0.0-rc3 | ||
v2.1.0 |
Submodule bts-ce-reports
updated
4 files
+2 −1 | .gitignore | |
+39 −26 | generate_report_worker.py | |
+8 −6 | tests/receive_report_generation_request.py | |
+71 −3 | tests/request_report_generation.py |
Submodule bts-ce-web
updated
29 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters