1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/FastAPI_ynh.git synced 2024-09-03 18:36:00 +02:00
fastapi_ynh/README_fr.md

45 lines
1.9 KiB
Markdown
Raw Normal View History

2023-11-28 13:20:48 +01:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2024-01-02 15:11:31 +01:00
# FastAPI pour YunoHost
2023-11-28 13:20:48 +01:00
2023-12-03 21:07:53 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/fastapi.svg)](https://dash.yunohost.org/appci/app/fastapi) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/fastapi.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/fastapi.maintain.svg)
2023-11-28 13:20:48 +01:00
2024-01-02 15:11:31 +01:00
[![Installer FastAPI avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fastapi)
2023-11-28 13:20:48 +01:00
2023-12-01 15:27:00 +01:00
*[Read this readme in english.](./README.md)*
2023-11-28 13:20:48 +01:00
2024-01-02 15:11:31 +01:00
> *Ce package vous permet dinstaller FastAPI rapidement et simplement sur un serveur YunoHost.
2023-12-01 15:27:00 +01:00
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2023-11-28 13:20:48 +01:00
2023-12-01 15:27:00 +01:00
## Vue densemble
2023-11-28 13:20:48 +01:00
2023-12-01 15:27:00 +01:00
Cette application installe une application FastAPI "Hello world" prête à être personnalisée par votre propre code.
2023-11-28 13:20:48 +01:00
2023-12-16 09:32:38 +01:00
**Version incluse :** 1.0~ynh2
2023-11-28 13:20:48 +01:00
2023-12-01 15:27:00 +01:00
## Captures décran
2023-11-28 13:20:48 +01:00
2024-01-02 15:11:31 +01:00
![Capture décran de FastAPI](./doc/screenshots/screenshot.png)
2023-11-28 13:20:48 +01:00
## Documentations et ressources
2023-12-01 15:27:00 +01:00
* Dépôt de code officiel de lapp : <https://github.com/leonarf/FastAPI_ynh>
2023-12-03 21:07:53 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/fastapi>
* Signaler un bug : <https://github.com/YunoHost-Apps/fastapi_ynh/issues>
2023-11-28 13:20:48 +01:00
## Informations pour les développeurs
2023-12-03 21:07:53 +01:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing).
2023-11-28 13:20:48 +01:00
Pour essayer la branche testing, procédez comme suit.
``` bash
2023-12-03 21:07:53 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing --debug
2023-11-28 13:20:48 +01:00
ou
2023-12-03 21:07:53 +01:00
sudo yunohost app upgrade fastapi -u https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing --debug
2023-11-28 13:20:48 +01:00
```
2023-12-01 15:27:00 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>