mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
commit
cf57c24e3b
5 changed files with 20 additions and 18 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch the source code
|
- name: Fetch the source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Run the updater script
|
- name: Run the updater script
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
id: cpr
|
id: cpr
|
||||||
if: ${{ env.PROCEED == 'true' }}
|
if: ${{ env.PROCEED == 'true' }}
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: Update to version ${{ env.VERSION }}
|
commit-message: Update to version ${{ env.VERSION }}
|
||||||
|
|
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Concrete5 for YunoHost
|
# Concrete5 for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/concrete5)  
|
[](https://dash.yunohost.org/appci/app/concrete5)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=concrete5)
|
[](https://install-app.yunohost.org/?app=concrete5)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -26,8 +27,7 @@ Features :
|
||||||
* **and more**...
|
* **and more**...
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 9.1.1~ynh1
|
**Shipped version:** 9.1.1~ynh2
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
* LDAP and HTTP auth are not supported
|
* LDAP and HTTP auth are not supported
|
||||||
|
|
20
README_fr.md
20
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Concrete5 pour YunoHost
|
# Concrete5 pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/concrete5)  
|
[](https://dash.yunohost.org/appci/app/concrete5)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=concrete5)
|
[](https://install-app.yunohost.org/?app=concrete5)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Concrete5 rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Concrete5 rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Concrete5 is a modern CMS.
|
Concrete5 is a modern CMS.
|
||||||
Features :
|
Features :
|
||||||
|
@ -26,17 +27,16 @@ Features :
|
||||||
* **and more**...
|
* **and more**...
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 9.1.1~ynh1
|
**Version incluse :** 9.1.1~ynh2
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
* LDAP and HTTP auth are not supported
|
* LDAP and HTTP auth are not supported
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://www.concrete5.org>
|
* Site officiel de l’app : <https://www.concrete5.org>
|
||||||
* Documentation officielle de l'admin : <https://documentation.concrete5.org>
|
* Documentation officielle de l’admin : <https://documentation.concrete5.org>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/concrete5/concrete5>
|
* Dépôt de code officiel de l’app : <https://github.com/concrete5/concrete5>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_concrete5>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_concrete5>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/concrete5_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/concrete5_ynh/issues>
|
||||||
|
|
||||||
|
@ -52,4 +52,4 @@ ou
|
||||||
sudo yunohost app upgrade concrete5 -u https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing --debug
|
sudo yunohost app upgrade concrete5 -u https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Open Source Content Management System for Teams",
|
"en": "Open Source Content Management System for Teams",
|
||||||
"fr": "Système de gestion de contenu Open Source pour les équipes"
|
"fr": "Système de gestion de contenu Open Source pour les équipes"
|
||||||
},
|
},
|
||||||
"version": "9.1.1~ynh1",
|
"version": "9.1.1~ynh2",
|
||||||
"url": "www.concrete5.org",
|
"url": "www.concrete5.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -6,10 +6,12 @@
|
||||||
# PHP APP SPECIFIC
|
# PHP APP SPECIFIC
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
php_dependencies="php$YNH_DEFAULT_PHP_VERSION-pdo php$YNH_DEFAULT_PHP_VERSION-mysql php$YNH_DEFAULT_PHP_VERSION-dom php$YNH_DEFAULT_PHP_VERSION-simplexml php$YNH_DEFAULT_PHP_VERSION-iconv php$YNH_DEFAULT_PHP_VERSION-gd php$YNH_DEFAULT_PHP_VERSION-fileinfo php$YNH_DEFAULT_PHP_VERSION-mbstring php$YNH_DEFAULT_PHP_VERSION-curl php$YNH_DEFAULT_PHP_VERSION-zip"
|
YNH_PHP_VERSION="7.4"
|
||||||
|
|
||||||
|
php_dependencies="php$YNH_PHP_VERSION-pdo php$YNH_PHP_VERSION-mysql php$YNH_PHP_VERSION-dom php$YNH_PHP_VERSION-simplexml php$YNH_PHP_VERSION-iconv php$YNH_PHP_VERSION-gd php$YNH_PHP_VERSION-fileinfo php$YNH_PHP_VERSION-mbstring php$YNH_PHP_VERSION-curl php$YNH_PHP_VERSION-zip"
|
||||||
|
|
||||||
# dependencies used by the app (must be on a single line)
|
# dependencies used by the app (must be on a single line)
|
||||||
pkg_dependencies="curl $php_dependencies"
|
pkg_dependencies="mariadb-server curl $php_dependencies"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue