2022-12-12 13:36: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.
-->
2022-12-12 14:01:21 +01:00
# BookWyrm pour YunoHost
2022-04-29 12:18:34 +02:00
2023-01-22 18:23:41 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/bookwyrm.svg )](https://dash.yunohost.org/appci/app/bookwyrm) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/bookwyrm.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/bookwyrm.maintain.svg )
2022-12-21 18:23:26 +01:00
[![Installer BookWyrm avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=bookwyrm)
2022-04-29 12:18:34 +02:00
*[Read this readme in english.](./README.md)*
2023-01-17 21:02:20 +01:00
> *Ce package vous permet d’ installer BookWyrm rapidement et simplement sur un serveur YunoHost.
Si vous n’ avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l’ installer et en profiter.*
2022-04-29 12:18:34 +02:00
2023-01-17 21:02:20 +01:00
## Vue d’ ensemble
2022-04-29 12:18:34 +02:00
2022-12-21 18:23:26 +01:00
BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite.
2022-04-29 12:18:34 +02:00
2023-01-27 07:10:29 +01:00
**Version incluse :** 0.5.4~ynh1
2022-04-29 12:18:34 +02:00
2022-12-12 14:01:21 +01:00
**Démo :** https://joinbookwyrm.com/fr/
2022-04-29 12:18:34 +02:00
2023-01-17 21:02:20 +01:00
## Captures d’ écran
2022-04-29 12:18:34 +02:00
2023-01-17 21:02:20 +01:00
![Capture d’ écran de BookWyrm ](./doc/screenshots/screenshot-bookwyrm.jpg )
2022-04-29 12:18:34 +02:00
## Avertissements / informations importantes
2022-12-21 18:23:26 +01:00
Ce projet est encore jeune et n'est pas, pour le moment, très stable, faites preuve de prudence lors de son utilisation en production.
2022-04-29 12:18:34 +02:00
2023-01-19 10:39:22 +01:00
Générez le code administrateur avec `sudo -u bookwyrm /var/www/bookwyrm/venv/bin/python3 /var/www/bookwyrm/manage.py admin_code` ,
2023-01-18 09:56:38 +01:00
et copiez le code administrateur à utiliser lors de la création de votre compte administrateur. Vous pouvez obtenir votre code
à tout moment en réexécutant cette commande. Voici un exemple de sortie :
```
*******************************************
Use this code to create your admin account:
c6c35779-af3a-4091-b330-c026610920d6
*******************************************
```
2022-04-29 12:18:34 +02:00
## Documentations et ressources
2023-01-17 21:02:20 +01:00
* Site officiel de l’ app : < https: // joinbookwyrm . com / fr />
* Documentation officielle de l’ admin : < https: // docs . joinbookwyrm . com />
* Dépôt de code officiel de l’ app : < https: // github . com / bookwyrm-social / bookwyrm >
2022-12-21 18:23:26 +01:00
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_bookwyrm >
2022-12-12 14:01:21 +01:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / bookwyrm_ynh / issues >
2022-04-29 12:18:34 +02:00
## Informations pour les développeurs
2022-12-12 14:01:21 +01:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing ).
2022-04-29 12:18:34 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-12-12 13:36:48 +01:00
``` bash
2022-12-12 14:01:21 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing --debug
2022-04-29 12:18:36 +02:00
ou
2022-12-21 18:23:26 +01:00
sudo yunohost app upgrade bookwyrm -u https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing --debug
2022-04-29 12:18:34 +02:00
```
2023-01-17 21:02:20 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >