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

46 lines
1.9 KiB
Markdown
Raw Normal View History

2023-11-28 13:20:48 +01:00
<!--
2024-03-29 07:02:29 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2023-11-28 13:20:48 +01:00
-->
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
2024-03-29 07:02:29 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2023-11-28 13:20:48 +01:00
2024-03-29 07:02:29 +01:00
> *Ce package vous permet dinstaller FastAPI rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](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
2024-03-29 07:02:29 +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
2024-03-29 07:02:29 +01:00
- Dépôt de code officiel de lapp: <https://github.com/leonarf/FastAPI_ynh>
- 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
2024-03-29 07:02:29 +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
2024-03-29 07:02:29 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2023-11-28 13:20:48 +01:00
2024-03-29 07:02:29 +01:00
```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
```
2024-03-29 07:02:29 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>