1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00

Merge branch 'master' into testing

This commit is contained in:
eric_G 2024-04-29 15:17:34 +02:00 committed by GitHub
commit f17c2ea8a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 59 additions and 1 deletions

52
README_it.md Normal file
View file

@ -0,0 +1,52 @@
<!--
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON DEVE essere modificato manualmente.
-->
# Joomla per YunoHost
[![Livello di integrazione](https://dash.yunohost.org/integration/joomla.svg)](https://dash.yunohost.org/appci/app/joomla) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/joomla.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/joomla.maintain.svg)
[![Installa Joomla con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=joomla)
*[Leggi questo README in altre lingue.](./ALL_README.md)*
> *Questo pacchetto ti permette di installare Joomla 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
Joomla! is a free and open-source content management system (CMS) for publishing web content. Over the years Joomla! has won several awards. It is built on a modelviewcontroller web application framework that can be used independently of the CMS that allows you to build powerful online applications.
**Versione pubblicata:** 4.4.3~ynh1
## Screenshot
![Screenshot di Joomla](./doc/screenshots/screenshot.jpg)
## :red_circle: Anti-funzionalità
- **Pacchetto non mantenuto**: Questo pacchetto di YunoHost non è più mantenuto e necessita di essere adottato.
## Documentazione e risorse
- Sito web ufficiale dellapp: <https://www.joomla.org/>
- Documentazione ufficiale per gli amministratori: <https://docs.joomla.org/>
- Repository upstream del codice dellapp: <https://github.com/joomla/joomla-cms>
- Store di YunoHost: <https://apps.yunohost.org/app/joomla>
- Segnala un problema: <https://github.com/YunoHost-Apps/joomla_ynh/issues>
## Informazioni per sviluppatori
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/joomla_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/joomla_ynh/tree/testing --debug
o
sudo yunohost app upgrade joomla -u https://github.com/YunoHost-Apps/joomla_ynh/tree/testing --debug
```
**Maggiori informazioni riguardo il pacchetto di questapp:** <https://yunohost.org/packaging_apps>

View file

@ -44,7 +44,8 @@ then
popd
# Remove installation directory
ynh_secure_remove --file="$install_dir/installation"
# Fix #34
ynh_secure_remove --file="$install_dir/administrator/cache/autoload_psr4.php"
fi
chmod -R o-rwx "$install_dir"

View file

@ -1,3 +1,8 @@
test_format = 1.0
[default]
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.08222d1d.name = "Upgrade from 4.2.6"