mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
Update readme files shipped version to 27.0
This commit is contained in:
parent
62272ba93b
commit
936ea532a8
8 changed files with 18 additions and 10 deletions
|
@ -32,7 +32,7 @@ Tiki Wiki CMS Groupware is the Free / Libre / Open Source Web Application with t
|
|||
- Tiki Trackers is the built-in database web apps builder and low-code / no-code application framework.
|
||||
|
||||
|
||||
**Shipped version:** 26.2~ynh1
|
||||
**Shipped version:** 27.0~ynh1
|
||||
|
||||
**Demo:** <https://tiki.org/Try-Tiki>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Tiki Wiki CMS Groupware is the Free / Libre / Open Source Web Application with t
|
|||
- Tiki Trackers is the built-in database web apps builder and low-code / no-code application framework.
|
||||
|
||||
|
||||
**Versión actual:** 26.2~ynh1
|
||||
**Versión actual:** 27.0~ynh1
|
||||
|
||||
**Demo:** <https://tiki.org/Try-Tiki>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Tiki Wiki CMS Groupware is the Free / Libre / Open Source Web Application with t
|
|||
- Tiki Trackers is the built-in database web apps builder and low-code / no-code application framework.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 26.2~ynh1
|
||||
**Paketatutako bertsioa:** 27.0~ynh1
|
||||
|
||||
**Demoa:** <https://tiki.org/Try-Tiki>
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ Tiki Wiki CMS Groupware est l'application Web libre dotée du plus grand nombre
|
|||
Les Tiki Trackers sont la composante intégrée pour le développement low-code / no-code et le générateur de formulaires et bases de données.
|
||||
|
||||
|
||||
**Version incluse :** 26.2~ynh1
|
||||
**Version incluse :** 27.0~ynh1
|
||||
|
||||
**Démo :** <https://tiki.org/Try-Tiki>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Tiki Wiki CMS Groupware is the Free / Libre / Open Source Web Application with t
|
|||
- Tiki Trackers is the built-in database web apps builder and low-code / no-code application framework.
|
||||
|
||||
|
||||
**Versión proporcionada:** 26.2~ynh1
|
||||
**Versión proporcionada:** 27.0~ynh1
|
||||
|
||||
**Demo:** <https://tiki.org/Try-Tiki>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Tiki Wiki CMS Groupware is the Free / Libre / Open Source Web Application with t
|
|||
- Tiki Trackers is the built-in database web apps builder and low-code / no-code application framework.
|
||||
|
||||
|
||||
**Versione pubblicata:** 26.2~ynh1
|
||||
**Versione pubblicata:** 27.0~ynh1
|
||||
|
||||
**Prova:** <https://tiki.org/Try-Tiki>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Tiki Wiki CMS Groupware is the Free / Libre / Open Source Web Application with t
|
|||
- Tiki Trackers is the built-in database web apps builder and low-code / no-code application framework.
|
||||
|
||||
|
||||
**分发版本:** 26.2~ynh1
|
||||
**分发版本:** 27.0~ynh1
|
||||
|
||||
**演示:** <https://tiki.org/Try-Tiki>
|
||||
|
||||
|
|
|
@ -62,8 +62,8 @@ ram.runtime = "50M"
|
|||
format = "tar.gz"
|
||||
|
||||
[resources.sources.lts]
|
||||
url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_27.x_Miaplacidus/27.0/tiki-27.0.tar.gz/download"
|
||||
sha256 = "bcc79422239e9b17846082bec4341326518e95a5c058307e61933c2382245dbb"
|
||||
url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_24.x_Wolf_359/24.6/tiki-24.6.tar.gz/download"
|
||||
sha256 = "1dc1a3f0236c79287b14bfe45eb789e8b0e5c89d2a9089bab496c61a2c73a9f0"
|
||||
format = "tar.gz"
|
||||
|
||||
[resources.system_user]
|
||||
|
@ -76,7 +76,15 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "tesseract-ocr, imagemagick, mariadb-server, php8.2-bz2, php8.2-curl, php8.2-gd, php8.2-zip, php8.2-mysql, php8.2-xml, php8.2-mbstring, php8.2-intl"
|
||||
packages = "tesseract-ocr, imagemagick, mariadb-server"
|
||||
|
||||
packages_from_raw_bash = """
|
||||
if [[ "$release_cycle" == "regular" ]]; then
|
||||
echo "php8.1-bz2, php8.1-curl, php8.1-gd, php8.1-zip, php8.1-mysql, php8.1-xml, php8.1-mbstring, php8.1-intl"
|
||||
else
|
||||
echo "php7.4-bz2, php7.4-curl, php7.4-gd, php7.4-zip, php7.4-mysql, php7.4-xml, php7.4-mbstring, php7.4-intl"
|
||||
fi
|
||||
"""
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue