4.6 KiB
PyInventory pour YunoHost
Ce package vous permet d’installer PyInventory rapidement et simplement sur un serveur YunoHost. Si vous n’avez pas YunoHost, regardez ici pour savoir comment l’installer et en profiter.
Vue d’ensemble
PyInventory is a libre web-based management to catalog things including state and location etc. using Python/Django.
Pull requests welcome ;)
This package for YunoHost used django-yunohost-integration
More screenshots are here: jedie.github.io/tree/master/screenshots/PyInventory
Version incluse : 0.19.3~ynh1
Captures d’écran
Avertissements / informations importantes
Settings and upgrades
Almost everything related to PyInventory's configuration is handled in a "../conf/settings.py"
file.
You can edit the file /home/yunohost.app/django_example/local_settings.py
to enable or disable features.
Test sending emails, e.g.:
ssh admin@yourdomain.tld
root@yunohost:~# /home/yunohost.app/pyinventory/manage.py sendtestemail --admins
How to debug a django YunoHost app, take a look into:
Documentations et ressources
- Site officiel de l’app : https://github.com/YunoHost-Apps/pyinventory_ynh
- Documentation officielle utilisateur : https://github.com/jedie/PyInventory
- Documentation officielle de l’admin : https://github.com/YunoHost-Apps/pyinventory_ynh
- Dépôt de code officiel de l’app : https://github.com/YunoHost-Apps/pyinventory_ynh
- YunoHost Store: https://apps.yunohost.org/app/pyinventory
- Signaler un bug : https://github.com/YunoHost-Apps/pyinventory_ynh/issues
Informations pour les développeurs
Merci de faire vos pull request sur la branche testing.
Pour essayer la branche testing, procédez comme suit.
sudo yunohost app install https://github.com/YunoHost-Apps/pyinventory_ynh/tree/testing --debug
ou
sudo yunohost app upgrade pyinventory -u https://github.com/YunoHost-Apps/pyinventory_ynh/tree/testing --debug
Plus d’infos sur le packaging d’applications : https://yunohost.org/packaging_apps