1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dont-code_ynh.git synced 2024-09-03 18:26:34 +02:00
dont-code_ynh/README_fr.md

76 lines
3.7 KiB
Markdown
Raw Normal View History

2022-12-27 17:59:56 +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.
-->
2023-01-07 10:31:30 +01:00
# Dont-code Services pour YunoHost
2022-12-27 17:59:56 +01:00
2023-01-02 19:03:27 +01:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/dont-code.svg)](https://dash.yunohost.org/appci/app/dont-code) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/dont-code.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/dont-code.maintain.svg)
2023-01-07 10:31:30 +01:00
[![Installer Dont-code Services avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dont-code)
2022-12-27 17:59:56 +01:00
*[Read this readme in english.](./README.md)*
2023-01-07 10:31:30 +01:00
> *Ce package vous permet d'installer Dont-code Services rapidement et simplement sur un serveur YunoHost.
2022-12-27 17:59:56 +01:00
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
2023-01-02 19:03:27 +01:00
Dont-code is a low-code / no-code platform letting user create their own applications based on complete feature sets developed by IT.
You can find more information here: https://dont-code.net
This Yunohost app installs the server part (services + mongo database) needed to run the dont-code applications.
2022-12-27 17:59:56 +01:00
### Features
2023-01-02 19:03:27 +01:00
- Thanks to the Powerful [Builders](https://dont-code.net/ide-ui) and [Previewers](https://dont-code.net/ide-ui), a user can directly design its application and immediately see the result
- One only needs to describe its application by filling sentences prepared by the platform.
- By default it provides support for images, currency, text, numbers, countries, links.
- Multiple plugins allow you to list, edit, make reports, call services, save to database, save in browser, and so on...
- Plugins can be developed by any IT team
- Projects and all user's data are backuped up as part of the Yunohost backup process
- As well any documents or images uploaded by users will be backed up
2022-12-27 17:59:56 +01:00
2023-01-07 10:31:30 +01:00
**Version incluse :** 0.2~ynh2
2022-12-27 17:59:56 +01:00
2023-01-02 19:03:27 +01:00
**Démo :** https://dont-code.net/apps.html
2022-12-27 17:59:56 +01:00
## Captures d'écran
2023-01-07 10:31:30 +01:00
![Capture d'écran de Dont-code Services](./doc/screenshots/previewer.gif)
![Capture d'écran de Dont-code Services](./doc/screenshots/ide.gif)
2022-12-27 17:59:56 +01:00
## Avertissements / informations importantes
2023-01-02 19:03:27 +01:00
* This application is installing services and mongo databases on top of Yunohost services
* They are not integrated with yunohost sso or LDAP: Any client application can call the installed services
2022-12-27 17:59:56 +01:00
* etc...
2023-01-02 19:03:27 +01:00
* After installation of these services
* You must change the configuration of the Builder and Previewer to point to these services.
* You can update the services themselves by configuring a proper ssh public key when installing the app. You'll then be able to upload the .jar files
2022-12-27 17:59:56 +01:00
## Documentations et ressources
2023-01-02 19:03:27 +01:00
* Site officiel de l'app : <https://dont-code.net>
* Documentation officielle utilisateur : <https://dont-code.net/news.html>
* Documentation officielle de l'admin : <https://dont-code.net/developers.html>
* Dépôt de code officiel de l'app : <https://github.com/dont-code>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_dont-code>
* Signaler un bug : <https://github.com/YunoHost-Apps/dont-code_ynh/issues>
2022-12-27 17:59:56 +01:00
## Informations pour les développeurs
2023-01-02 19:03:27 +01:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing).
2022-12-27 17:59:56 +01:00
Pour essayer la branche testing, procédez comme suit.
``` bash
2023-01-02 19:03:27 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing --debug
2022-12-27 17:59:56 +01:00
ou
2023-01-02 19:03:27 +01:00
sudo yunohost app upgrade dont-code -u https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing --debug
2022-12-27 17:59:56 +01:00
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>