You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Jinja2](https://palletsprojects.com/p/jinja/)formatında oluşturulmuş .docx uzantılı rapor şablonları kullanılarak özelleştirilmiş PDF ve CSV rapor almayı sağlayan raporlama servisi.
3
+
Reporting service that allows you to obtain customized PDF and CSV reports using .docx extension report templates created in [Jinja2](https://palletsprojects.com/p/jinja/)format.
4
4
5
-
## Kullanım
6
-
[Link](https://github.com/limanmys/fastapi-report-engine/releases/latest)üzerinden güncel deb paketi, Ubuntu 20.x ve 22.x sistemlere kurularak kullanılmaya başlanabilir. Sistem üzerinde `report-engine.service`servis adıyla ve`8001` portu üzerinden çalışmaktadır.
5
+
## Usage
6
+
You can start using the current deb package by installing it on Ubuntu 20.x and 22.x systems via the [link](https://github.com/limanmys/fastapi-report-engine/releases/latest). It works on the system under the service name `report-engine.service`and over port`8001`.
7
7
8
-
## Dokümantasyon
9
-
Servis sağlıklı bir şekilde çalışıyorken `<IP_ADDR>:8001/docs` adresi üzerinden Swagger dokümantasyonuna ulaşılabilir.
8
+
```bash
9
+
sudo apt install ./report-engine-47.deb
10
+
# to show service logs
11
+
sudo journalctl -u report-engine.service -f
12
+
```
13
+
14
+
## Documentation
15
+
While the service is running properly, Swagger documentation can be accessed at [localhost:8001/docs](localhost:8001/docs).
[Jinja2](https://palletsprojects.com/p/jinja/) formatında oluşturulmuş .docx uzantılı rapor şablonları kullanılarak özelleştirilmiş PDF ve CSV rapor almayı sağlayan raporlama servisi.
4
+
5
+
## Kullanım
6
+
[Link](https://github.com/limanmys/fastapi-report-engine/releases/latest) üzerinden güncel deb paketi, Ubuntu 20.x ve 22.x sistemlere kurularak kullanılmaya başlanabilir. Sistem üzerinde `report-engine.service` servis adıyla ve `8001` portu üzerinden çalışmaktadır.
7
+
8
+
```bash
9
+
sudo apt install ./report-engine-47.deb
10
+
# servis loglarını görüntülemek için
11
+
sudo journalctl -u report-engine.service -f
12
+
```
13
+
14
+
## Dokümantasyon
15
+
Servis sağlıklı bir şekilde çalışıyorken `<IP_ADDR>:8001/docs` adresi üzerinden Swagger dokümantasyonuna ulaşılabilir.
0 commit comments