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

63 lines
2.6 KiB
Markdown
Raw Normal View History

2022-04-29 12:18:34 +02: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 13:59:56 +01:00
# BookWyrm for YunoHost
2022-04-29 12:18:34 +02:00
2022-12-21 17:53:44 +01:00
[![Integration level](https://dash.yunohost.org/integration/bookwyrm.svg)](https://dash.yunohost.org/appci/app/bookwyrm) ![Working status](https://ci-apps.yunohost.org/ci/badges/bookwyrm.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/bookwyrm.maintain.svg)
2022-12-21 18:23:26 +01:00
[![Install BookWyrm with 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
*[Lire ce readme en français.](./README_fr.md)*
2022-12-12 13:59:56 +01:00
> *This package allows you to install BookWyrm quickly and simply on a YunoHost server.
2022-04-29 12:18:34 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2022-12-21 15:48:46 +01:00
BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next.
2022-04-29 12:18:34 +02:00
2023-01-09 21:41:40 +01:00
2022-12-12 13:59:56 +01:00
**Shipped version:** 0.5.3~ynh1
2022-04-29 12:18:34 +02:00
2022-12-21 18:23:26 +01:00
**Demo:** https://joinbookwyrm.com/fr/
2022-04-29 12:18:34 +02:00
2022-04-29 12:18:36 +02:00
## Screenshots
2022-04-29 12:18:34 +02:00
2022-12-21 18:23:26 +01:00
![Screenshot of BookWyrm](./doc/screenshots/screenshot-bookwyrm.jpg)
2022-04-29 12:18:34 +02:00
## Disclaimers / important information
2022-12-21 18:23:26 +01:00
This project is still young and isn't, at the moment, very stable, so please proceed with caution when running in production.
2022-04-29 12:18:34 +02:00
2023-01-19 10:39:22 +01:00
Generate the admin code with `sudo -u bookwyrm /var/www/bookwyrm/venv/bin/python3 /var/www/bookwyrm/manage.py admin_code`,
2023-01-17 23:04:49 +01:00
and copy the admin code to use when you create your admin account. You can get your code
at any time by re-running that command. Here's an example output:
2023-01-17 23:06:17 +01:00
```
2023-01-17 23:04:49 +01:00
*******************************************
Use this code to create your admin account:
c6c35779-af3a-4091-b330-c026610920d6
*******************************************
2023-01-17 23:06:17 +01:00
```
2022-04-29 12:18:34 +02:00
## Documentation and resources
2022-12-21 18:23:26 +01:00
* Official app website: <https://joinbookwyrm.com/fr/>
2022-12-12 13:59:56 +01:00
* Official admin documentation: <https://docs.joinbookwyrm.com/>
* Upstream app code repository: <https://github.com/bookwyrm-social/bookwyrm>
* YunoHost documentation for this app: <https://yunohost.org/app_bookwyrm>
2022-12-21 18:23:26 +01:00
* Report a bug: <https://github.com/YunoHost-Apps/bookwyrm_ynh/issues>
2022-04-29 12:18:34 +02:00
## Developer info
2022-12-21 18:23:26 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing).
2022-04-29 12:18:34 +02:00
To try the testing branch, please proceed like that.
2022-12-12 13:36:48 +01:00
``` bash
2022-12-21 18:23:26 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing --debug
2022-04-29 12:18:34 +02:00
or
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
```
2022-12-12 13:36:48 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>