diff --git a/ALL_README.md b/ALL_README.md
index a01b345..152f2e7 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
+- [Lea el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
diff --git a/README.md b/README.md
index b5b166c..56a6466 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# OpenProject for YunoHost
-[](https://dash.yunohost.org/appci/app/openproject)  
+[](https://ci-apps.yunohost.org/ci/apps/openproject/)  
[](https://install-app.yunohost.org/?app=openproject)
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..17be4f3
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,59 @@
+
+
+# OpenProject para Yunohost
+
+[](https://ci-apps.yunohost.org/ci/apps/openproject/)  
+
+[](https://install-app.yunohost.org/?app=openproject)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarOpenProject rapidamente y simplement en un servidor YunoHost.*
+> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
+
+## Descripción general
+
+OpenProject is a web-based project management software.
+
+### Features
+
+- Project planning and scheduling
+- Product roadmap and release planning
+- Task management and team collaboration
+- Time tracking, cost reporting and budgeting
+- Bug tracking
+- Wikis
+- Forums
+- Meeting agendas and meeting minutes
+
+
+**Versión actual:** 12.5.8~ynh1
+
+## Capturas
+
+
+
+## Documentaciones y recursos
+
+- Sitio web oficial:
+- Documentación administrador oficial:
+- Repositorio del código fuente oficial de la aplicación :
+- Catálogo YunoHost:
+- Reportar un error:
+
+## Información para desarrolladores
+
+Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/openproject_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/openproject_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade openproject -u https://github.com/YunoHost-Apps/openproject_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_fr.md b/README_fr.md
index c236295..335f7eb 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main.
# OpenProject pour YunoHost
-[](https://dash.yunohost.org/appci/app/openproject)  
+[](https://ci-apps.yunohost.org/ci/apps/openproject/)  
[](https://install-app.yunohost.org/?app=openproject)
diff --git a/README_it.md b/README_it.md
new file mode 100644
index 0000000..b58c8bc
--- /dev/null
+++ b/README_it.md
@@ -0,0 +1,59 @@
+
+
+# OpenProject per YunoHost
+
+[](https://dash.yunohost.org/appci/app/openproject)  
+
+[](https://install-app.yunohost.org/?app=openproject)
+
+*[Leggi questo README in altre lingue.](./ALL_README.md)*
+
+> *Questo pacchetto ti permette di installare OpenProject su un server YunoHost in modo semplice e veloce.*
+> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
+
+## Panoramica
+
+OpenProject is a web-based project management software.
+
+### Features
+
+- Project planning and scheduling
+- Product roadmap and release planning
+- Task management and team collaboration
+- Time tracking, cost reporting and budgeting
+- Bug tracking
+- Wikis
+- Forums
+- Meeting agendas and meeting minutes
+
+
+**Versione pubblicata:** 12.5.8~ynh1
+
+## Screenshot
+
+
+
+## Documentazione e risorse
+
+- Sito web ufficiale dell’app:
+- Documentazione ufficiale per gli amministratori:
+- Repository upstream del codice dell’app:
+- Store di YunoHost:
+- Segnala un problema:
+
+## Informazioni per sviluppatori
+
+Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/openproject_ynh/tree/testing).
+
+Per provare la branch di `testing`, si prega di procedere in questo modo:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/openproject_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade openproject -u https://github.com/YunoHost-Apps/openproject_ynh/tree/testing --debug
+```
+
+**Maggiori informazioni riguardo il pacchetto di quest’app:**
diff --git a/scripts/install b/scripts/install
index 9798e84..616f7ad 100755
--- a/scripts/install
+++ b/scripts/install
@@ -64,12 +64,12 @@ chmod 750 "/etc/openproject/"
chmod -R o-rwx "/etc/openproject/"
chown -R $app:$app "/etc/openproject/"
-ynh_exec_warn_less openproject config:set PORT=$port
-ynh_exec_warn_less openproject config:set SERVER_PROTOCOL_FORCE_HTTPS="true"
-ynh_exec_warn_less openproject config:set SERVER_HOSTNAME=$domain
-ynh_exec_warn_less openproject config:set SERVER_PATH_PREFIX=$path
+openproject config:set PORT=$port
+openproject config:set SERVER_PROTOCOL_FORCE_HTTPS="true"
+openproject config:set SERVER_HOSTNAME=$domain
+openproject config:set SERVER_PATH_PREFIX=$path
-ynh_exec_warn_less openproject configure >> "$YNH_STDINFO"
+openproject configure
#=================================================
# GENERIC FINALIZATION