Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boldreports/embedded-service
This repository contains the Bold Reports embedded service application that connects with your client apps and application deployment steps.
https://github.com/boldreports/embedded-service
Last synced: 1 day ago
JSON representation
This repository contains the Bold Reports embedded service application that connects with your client apps and application deployment steps.
- Host: GitHub
- URL: https://github.com/boldreports/embedded-service
- Owner: boldreports
- Created: 2024-05-20T07:55:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-20T10:55:55.000Z (6 months ago)
- Last Synced: 2024-05-20T11:31:59.797Z (6 months ago)
- Language: C#
- Size: 387 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to configure the service application
## Run BoldReports embed service application
1. Move to the csproject folder location `embedded-services\boldreportservice`
![Shows the csproject folder location](/readme/images/project-folder-location.png)2. Open the command prompt from the csproject location.
![Shows the command prompt open location](/readme/images/command-prompt-location.png)3. run the command `dotnet build` to build the project
![Shows the build command execution](/readme/images/build-command.png)4. once the build succeed, run the command `dotnet run`
![Shows the run command execution](/readme/images/run-command.png)
5. Copy the localhost url from the console window and use it in the browser. When configuring the URL for the service, choose between `HTTP or HTTPS` based on your requirements
![Shows the service url in console](/readme/images/service-url.png)6. Use this url in your front-end application as service url.
![Shows the service url configuration](/readme/images/service-url-configuration.png)## Configure the designed report in service application
1. Move the designed report to the location `embedded-services\boldreportservice\wwwroot\Reports`
![Shows the report folder location](/readme/images/reports-folder-location.png)2. Configure the report path in the front-end applications.
![Shows the report path configuration](/readme/images/report-path-configuration.png)## Embed service application docker file location
You can find the docker file for the application in below paths.
For Windows - embedded-services\boldreportservice\Window_dockerfile
For Linux - embedded-services\boldreportservice\Linux_dockerfile