YunoHost-Apps / garradin_ynh

Logiciel libre de gestion associative pour YunoHost
https://garradin.eu/
GNU General Public License v3.0
7 stars 8 forks source link

Extensions on Garradin_ynh (Tāima and Réservations) #41

Closed jrd10 closed 3 years ago

jrd10 commented 3 years ago

Hi, thank you for Garradin on YNH.

I noted that there is no "Extensions à installer" with Garradin_ynh. Only the "Bannière de bienvenue" Extension available.

With Garradin online (1.0.5 [2593b9def3]), there are two extensions available :

Thank you for any comment on how to get Tāima with Garradin_ynh.

Thank you again, José

rodinux commented 3 years ago

Hi, you can do it manually... I have try on a virtual local server, but it seems working. First connect to your server on ssh with your admin user. Then can do like that :

$ cd /var/www/garradin/plugins/
$ sudo wget https://fossil.kd2.org/garradin-plugins/uv/taima.tar.gz
$ sudo chown garradin: taima.tar.gz
$ sudo chmod +x taima.tar.gz

After this, you see Taima extension on your configuration dashboard and can activate it.

rodinux commented 3 years ago

Tell us if it works...

BenoitCier commented 3 years ago

i test all plugins on ~1.0.3, it's work but we need to install manualy

jrd10 commented 3 years ago

Thank you for your quick and clear feedback. Let me see that with our sysadmin :)

rodinux commented 3 years ago

i test all plugins on ~1.0.3, it's work but we need to install manualy

Can you tell me if I need add a script to backup some files when upgrading the app ? The upgrade can perhaps erase some files ?? Well, I think I must ask before to the developer of garradin...

BenoitCier commented 3 years ago

all plugins stay on a tar.gz file on /plugins directory, When the app is upgrade the new source code don't clear this directory?

rodinux commented 3 years ago

I am not sure, for example in the script upgrade, there is a backup for the files squelettes and the association.sql to keep the datas back again. I don't think the files stay after an upgrade,...

jrd10 commented 3 years ago

Hi, Thank you. your scripts work very well. Interface very nice. Thank you again @rodinux .