mirror of
https://github.com/YunoHost-Apps/omeka-s_ynh.git
synced 2024-09-03 19:56:05 +02:00
commit
a8d0d0ca83
3 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ Omeka S is a web publication system for universities, galleries, libraries, arch
|
||||||
- Connect to the semantic Web
|
- Connect to the semantic Web
|
||||||
- Share with DPLA
|
- Share with DPLA
|
||||||
|
|
||||||
**Shipped version:** 4.0.1~ynh2
|
**Shipped version:** 4.0.1~ynh3
|
||||||
|
|
||||||
**Demo:** https://omeka.org/s/download/#sandbox
|
**Demo:** https://omeka.org/s/download/#sandbox
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ Omeka S is a web publication system for universities, galleries, libraries, arch
|
||||||
- Connect to the semantic Web
|
- Connect to the semantic Web
|
||||||
- Share with DPLA
|
- Share with DPLA
|
||||||
|
|
||||||
**Version incluse :** 4.0.1~ynh2
|
**Version incluse :** 4.0.1~ynh3
|
||||||
|
|
||||||
**Démo :** https://omeka.org/s/download/#sandbox
|
**Démo :** https://omeka.org/s/download/#sandbox
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Omeka S"
|
||||||
description.en = "Web publication system for universities, galleries, libraries, archives, and museums"
|
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"
|
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~ynh2"
|
version = "4.0.1~ynh3"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ userdoc = "https://omeka.org/s/docs/user-manual/"
|
||||||
code = "https://github.com/omeka/omeka-s"
|
code = "https://github.com/omeka/omeka-s"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.15"
|
yunohost = ">= 11.1.19"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -57,7 +57,7 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "mariadb-server imagemagick php8.1-mysql php8.1-gd php8.1-mbstring php8.1-xml"
|
packages = "mariadb-server imagemagick php8.2-mysql php8.2-gd php8.2-mbstring php8.2-xml"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "mysql"
|
type = "mysql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue