# Dont-code Services pour YunoHost [![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) [![Installer Dont-code Services avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dont-code) *[Read this readme in english.](./README.md)* > *Ce package vous permet d'installer Dont-code Services 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.* ## Vue d'ensemble 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. ### Features - 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 **Version incluse :** 0.2~ynh2 **Démo :** https://dont-code.net/apps.html ## Captures d'écran ![Capture d'écran de Dont-code Services](./doc/screenshots/previewer.gif) ![Capture d'écran de Dont-code Services](./doc/screenshots/ide.gif) ## Avertissements / informations importantes * 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 * etc... * 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 ## Documentations et ressources * Site officiel de l'app : * Documentation officielle utilisateur : * Documentation officielle de l'admin : * Dépôt de code officiel de l'app : * Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. ``` bash sudo yunohost app install https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing --debug ou sudo yunohost app upgrade dont-code -u https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing --debug ``` **Plus d'infos sur le packaging d'applications :**