1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/omeka-s_ynh.git synced 2024-09-03 19:56:05 +02:00

Merge pull request #32 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-08-05 08:41:01 +02:00 committed by GitHub
commit 348dc6ad10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 14 deletions

View file

@ -23,7 +23,7 @@ Omeka S is a web publication system for universities, galleries, libraries, arch
- Connect to the semantic Web
- Share with DPLA
**Shipped version:** 4.0.1~ynh3
**Shipped version:** 4.0.3~ynh1
**Demo:** https://omeka.org/s/download/#sandbox

View file

@ -16,14 +16,14 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble
Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata.
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.
### Features
### Caractéristiques
- Connect to the semantic Web
- Share with DPLA
- Se connecter au Web sémantique
- Partager avec DPLA
**Version incluse :** 4.0.1~ynh3
**Version incluse :** 4.0.3~ynh1
**Démo :** https://omeka.org/s/download/#sandbox

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

@ -5,7 +5,7 @@ name = "Omeka S"
description.en = "Web publication system for universities, galleries, libraries, archives, and museums"
description.fr = "Système de publication Web pour les universités, les galeries, les bibliothèques, les archives et les musées"
version = "4.0.1~ynh3"
version = "4.0.3~ynh1"
maintainers = ["eric_G"]
@ -17,13 +17,13 @@ userdoc = "https://omeka.org/s/docs/user-manual/"
code = "https://github.com/omeka/omeka-s"
[integration]
yunohost = ">= 11.1.19"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.build = "500M"
ram.runtime = "50M"
[install]
@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/omeka/omeka-s/releases/download/v4.0.1/omeka-s-4.0.1.zip"
sha256 = "2d682b77c95bd9d0ab0a846527b6351acaced571c293b637e731ff7f0193ba37"
url = "https://github.com/omeka/omeka-s/releases/download/v4.0.3/omeka-s-4.0.3.zip"
sha256 = "a9cdca0552c8e3c42fcee7c7a9686b0b04a01f55dfa5b47d223285c0e91660e3"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]

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_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"

View file

@ -44,7 +44,6 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep="config/local.config.php config/database.ini modules themes files"
fi
chmod -R o-rwx "$install_dir"
@ -55,7 +54,7 @@ chown -R $app:www-data "$install_dir"
#=================================================
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