Bonjour,
Je viens de créer une application PluXml pour Yunohost.
Pour l’instant, l’application a été peu testée et a des fonctionnalités basiques :
- installation
- désinstallation
Ne voulant ne pas trop “griller les étapes” avant d’ajouter les autres fonctionnalités (mise à jour, intégration à yunohost), j’aimerai avoir de premiers retour de testeurs pour voir si cette application fonctionne.
L’application peut être installée/désinstallée via l’interface admin en entrant l’url suivante : Sign in · GitLab GitHub - YunoHost-Apps/pluxml_ynh: PluXml package for YunoHost
Pour les amateurs de ligne de commande, la commande a rentrer est
sudo yunohost app install https://github.com/YunoHost-Apps/pluxml_ynh
La désinstallation se fait avec un
sudo yunohost app remove pluxml
Merci pour vos retours.
Antoine
Hi,
I have been working on the development of a PluXml app for Yunohost.
Right now, this app is really basic. You can install/uninstall the application.
I would like to have more feedback about this app before adding new features.
You can install/uninstall it in the admin interface with the following address Sign in · GitLab GitHub - YunoHost-Apps/pluxml_ynh: PluXml package for YunoHost
If you prefer CLI, to install you will need
sudo yunohost app install https://github.com/YunoHost-Apps/pluxml_ynh
and to uninstall
sudo yunohost app remove pluxml
Thank you for your feedback,
Antoine