1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/omeka-s_ynh.git synced 2024-09-03 19:56:05 +02:00
This commit is contained in:
Éric Gaspar 2023-07-08 21:29:17 +02:00
parent bcd23df838
commit d92a7f7382
3 changed files with 7 additions and 2 deletions

6
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1,6 @@
Omeka S est un système de publication Web pour les universités, les galeries, les bibliothèques, les archives et les musées. Il consiste en un réseau local d'expositions organisées de manière indépendante partageant un pool d'éléments, de médias et de leurs métadonnées construit en collaboration.
### Caractéristiques
- Se connecter au Web sémantique
- Partager avec DPLA

View file

@ -40,7 +40,6 @@ ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./
ynh_script_progression --message="Restoring system configurations related to $app..." --weight=1 ynh_script_progression --message="Restoring system configurations related to $app..." --weight=1
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"

View file

@ -55,7 +55,7 @@ chown -R $app:www-data "$install_dir"
#================================================= #=================================================
ynh_script_progression --message="Upgrading system configurations related to $app..." --weight=1 ynh_script_progression --message="Upgrading system configurations related to $app..." --weight=1
ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint
ynh_add_nginx_config ynh_add_nginx_config