mirror of
https://github.com/YunoHost-Apps/cultivons_ynh.git
synced 2024-09-03 18:16:27 +02:00
90 lines
3.7 KiB
Markdown
90 lines
3.7 KiB
Markdown
|
<!--
|
|||
|
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.
|
|||
|
-->
|
|||
|
|
|||
|
# cultivons for YunoHost
|
|||
|
|
|||
|
[![Integration level](https://dash.yunohost.org/integration/cultivons.svg)](https://dash.yunohost.org/appci/app/cultivons) ![Working status](https://ci-apps.yunohost.org/ci/badges/cultivons.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/cultivons.maintain.svg)
|
|||
|
[![Install cultivons with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cultivons)
|
|||
|
|
|||
|
*[Lire ce readme en français.](./README_fr.md)*
|
|||
|
|
|||
|
> *This package allows you to install cultivons quickly and simply on a YunoHost server.
|
|||
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|||
|
|
|||
|
## Overview
|
|||
|
|
|||
|
Cultivons ! is a software in the form of an internal site aiming at helping the management of a BAD (Sustainable Autonomous Base).
|
|||
|
|
|||
|
Cultivons ! est une application Web permettant de gerer votre propre BAD (Base Autonome Durable).
|
|||
|
Cultivate ! is a web application that allows you to manage your own BAD (Sustainable Autonomous Base).
|
|||
|
|
|||
|
An BAD is a place where one or more people can (over)live a disaster (natural, plague, war, economic collapse ... put here the reason that pleases you or scares you the most), for a more or less long period of time, without needing the outside: supermarkets, hospitals, and other services present in a modern society.
|
|||
|
|
|||
|
Cette définition est un peu large, dans les faits une BAD se matérialisera souvent par un endroit à la campagne où on tentera d’être au maximum autonome sur les aspects les plus importants de la survie :
|
|||
|
|
|||
|
* la nourriture (potager, verger, animaux … tout ce qui est culture et élevage) ;
|
|||
|
* électricité ;
|
|||
|
* eau (y compris la potabilisation) ;
|
|||
|
* chauffage ;
|
|||
|
* premiers soins ;
|
|||
|
* stockage de recettes, guides et autres documentations ;
|
|||
|
* …
|
|||
|
|
|||
|
This definition is a little broad, in fact a BAD will often materialize by a place in the countryside where one will try to be as autonomous as possible on the most important aspects of survival:
|
|||
|
|
|||
|
* food (vegetable garden, orchard, animals ... everything that is culture and breeding) ;
|
|||
|
* electricity ;
|
|||
|
* water (including potabilization) ;
|
|||
|
* heating ;
|
|||
|
* first aid ;
|
|||
|
* storage of recipes, guides and other documentation ;
|
|||
|
* ...
|
|||
|
|
|||
|
Avec cultivons, vous pouvez gerer
|
|||
|
- vos cultures, votre jardin et les tâches associes (semi, recolte) ainsi qu'un plan.
|
|||
|
- la meteo,
|
|||
|
- les stocks,
|
|||
|
- vos documents,
|
|||
|
- votre budget.
|
|||
|
|
|||
|
### Features
|
|||
|
|
|||
|
-
|
|||
|
-
|
|||
|
|
|||
|
**Shipped version:** 1.6
|
|||
|
|
|||
|
**Demo:** https://cultivons-demo.xulops.net
|
|||
|
|
|||
|
## Screenshots
|
|||
|
|
|||
|
![Screenshot of cultivons](./doc/screenshots/cultivonsfull.png)
|
|||
|
|
|||
|
## Documentation and resources
|
|||
|
|
|||
|
* Official app website: <https://xulops.net/forge/cultivons.php>
|
|||
|
* Official admin documentation: <https://xulops.net/forge/cultivons.php>
|
|||
|
* Upstream app code repository: <https://xulops.net/forge/cultivons.php?menu=download>
|
|||
|
* YunoHost documentation for this app: <https://yunohost.org/app_cultivons>
|
|||
|
* Report a bug: <https://github.com/YunoHost-Apps/cultivons_ynh/issues>
|
|||
|
|
|||
|
## Articles
|
|||
|
|
|||
|
* linuxfr <https://linuxfr.org/users/xulops/journaux/cultivons-logiciel-de-gestion-de-bad>
|
|||
|
|
|||
|
## Developer info
|
|||
|
|
|||
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/cultivons_ynh/tree/testing).
|
|||
|
|
|||
|
To try the testing branch, please proceed like that.
|
|||
|
|
|||
|
``` bash
|
|||
|
sudo yunohost app install https://github.com/YunoHost-Apps/cultivons_ynh/tree/testing --debug
|
|||
|
or
|
|||
|
sudo yunohost app upgrade cultivons -u https://github.com/YunoHost-Apps/cultivons_ynh/tree/testing --debug
|
|||
|
```
|
|||
|
|
|||
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|