mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
commit
4be10f0666
4 changed files with 46 additions and 44 deletions
|
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
||||||
- Cultivate a bit of freedom...
|
- Cultivate a bit of freedom...
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 4.4.2~ynh2
|
**Shipped version:** 4.4.2~ynh3
|
||||||
|
|
||||||
**Demo:** https://ferme.yeswiki.net/?CreerSonWiki
|
**Demo:** https://ferme.yeswiki.net/?CreerSonWiki
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Néanmoins, avec un YesWiki on peut fabriquer un site internet aux usages multip
|
||||||
- Cultiver un bout de liberté...
|
- Cultiver un bout de liberté...
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 4.4.2~ynh2
|
**Version incluse :** 4.4.2~ynh3
|
||||||
|
|
||||||
**Démo :** https://ferme.yeswiki.net/?CreerSonWiki
|
**Démo :** https://ferme.yeswiki.net/?CreerSonWiki
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "YesWiki"
|
||||||
description.en = "Wiki that is quick and easy to use"
|
description.en = "Wiki that is quick and easy to use"
|
||||||
description.fr = "Wiki facile et rapide à prendre en main"
|
description.fr = "Wiki facile et rapide à prendre en main"
|
||||||
|
|
||||||
version = "4.4.2~ynh2"
|
version = "4.4.2~ynh3"
|
||||||
|
|
||||||
maintainers = ["Florian Schmitt", "Nils Van Zuijlen", "Plumf"]
|
maintainers = ["Florian Schmitt", "Nils Van Zuijlen", "Plumf"]
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.sources.loginldap]
|
[resources.sources.loginldap]
|
||||||
url = "https://repository.yeswiki.net/doryphore/extension-loginldap-1.0.0.zip"
|
url = "https://repository.yeswiki.net/doryphore/extension-loginldap-1.0.0.zip"
|
||||||
sha256 = "40fe941d1eef191bb62cf454d3ee437d26d1d16181ab30d6a3602930d91a94bb"
|
sha256 = "28c9489e4fb0c83e0e775d80a1d07cbc3fbf56d42ab550b45571455f1a6ce9f9"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,9 @@ ynh_script_progression --message="Finalizing installation..." --weight=2
|
||||||
|
|
||||||
admin_temp_pass=$(ynh_string_random 20)
|
admin_temp_pass=$(ynh_string_random 20)
|
||||||
|
|
||||||
ynh_local_curl "/?PagePrincipale&installAction=install" "config[default_language]=$language" "config[wakka_name]=$wiki_name" \
|
wiki_name_escaped=$(echo "$wiki_name" | sed 's/ /%20/g')
|
||||||
|
|
||||||
|
ynh_local_curl "/?PagePrincipale&installAction=install" "config[default_language]=$language" "config[wakka_name]=$wiki_name_escaped" \
|
||||||
"config[root_page]=PagePrincipale" "config[mysql_host]=localhost" \
|
"config[root_page]=PagePrincipale" "config[mysql_host]=localhost" \
|
||||||
"config[mysql_database]=$app" "config[mysql_user]=$db_user" "config[mysql_password]=$db_pwd" "config[table_prefix]=yeswiki_" \
|
"config[mysql_database]=$app" "config[mysql_user]=$db_user" "config[mysql_password]=$db_pwd" "config[table_prefix]=yeswiki_" \
|
||||||
"admin_name=$admin" "admin_password=$admin_temp_pass" "admin_password_conf=$admin_temp_pass" \
|
"admin_name=$admin" "admin_password=$admin_temp_pass" "admin_password_conf=$admin_temp_pass" \
|
||||||
|
|
Loading…
Reference in a new issue