1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Merge pull request #137 from YunoHost-Apps/v0.1.0-beta.12

v0.1.0 beta.12
This commit is contained in:
tituspijean 2020-03-18 19:40:17 +01:00 committed by GitHub
commit 7b88bc54e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 25 additions and 25 deletions

View file

@ -2,7 +2,7 @@
[![Install Flarum with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=flarum) [![Install Flarum with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=flarum)
[![Integration level](https://ci-apps.yunohost.org/ci/logs/flarum%20%28Apps%29.svg)](https://dash.yunohost.org/appci/app/flarum) [![Flarum version](https://img.shields.io/badge/flarum-0.1.0--beta.11-green.svg)](https://github.com/flarum/flarum/releases/tag/v0.1.0-beta.11) ![PHP version](https://img.shields.io/badge/php-7.3-green.svg) [![Integration level](https://ci-apps.yunohost.org/ci/logs/flarum%20%28Apps%29.svg)](https://dash.yunohost.org/appci/app/flarum) [![Flarum version](https://img.shields.io/badge/flarum-0.1.0--beta.12-green.svg)](https://github.com/flarum/flarum/releases/tag/v0.1.0-beta.12) ![PHP version](https://img.shields.io/badge/php-7.3-green.svg)
[Flarum](http://flarum.org/), an open-source forum software, packaged for [YunoHost](https://yunohost.org/), a self-hosting server operating server. [Flarum](http://flarum.org/), an open-source forum software, packaged for [YunoHost](https://yunohost.org/), a self-hosting server operating server.
@ -43,7 +43,7 @@ Replace `vendor/extension` with the appropriate names. Read the extension docume
app=flarum app=flarum
cd /var/www/$app cd /var/www/$app
sudo -u $app php7.3 composer.phar require vendor/extension sudo -u $app php7.3 composer.phar require vendor/extension
``` ```
## Troubleshooting ## Troubleshooting

View file

@ -3,13 +3,13 @@
"id": "flarum", "id": "flarum",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Flarum is the next-generation forum software that makes online discussion fun. It's simple, fast, and free.", "en": "Next-generation forum made simple.",
"fr": "Flarum est le forum de nouvelle génération qui rend les discussions ligne un plaisir. Il est simple, rapide, et libre.", "fr": "Un forum de nouvelle génération, simplement.",
"de": "Flarum ist die Forensoftware der nächsten Generation, mit der Online-Diskussionen Spaß machen. Es ist einfach, schnell und freie." "de": "Forum der nächsten Generation leicht gemacht."
}, },
"url": "http://flarum.org/", "url": "http://flarum.org/",
"license": "MIT", "license": "MIT",
"version": "0.1.0-beta.11~ynh1", "version": "0.1.0-beta.12~ynh1",
"maintainer": { "maintainer": {
"name": "tituspijean", "name": "tituspijean",
"email": "tituspijean@outlook.com" "email": "tituspijean@outlook.com"

View file

@ -7,8 +7,8 @@ pkg_dependencies="php7.3-curl php7.3-dom php7.3-gd php7.3-json php7.3-mbstring p
# Version numbers # Version numbers
php_version="7.3" php_version="7.3"
project_version="0.1.0-beta.11" project_version="0.1.0-beta.12"
core_version="0.1.0-beta.11" core_version="0.1.0-beta.12"
ssowat_version="0.1.0-beta.10-2" ssowat_version="0.1.0-beta.10-2"
#================================================= #=================================================

View file

@ -7,11 +7,11 @@
#================================================= #=================================================
source _common.sh source _common.sh
source ynh_add_extra_apt_repos__3 source experimental_helpers/ynh_add_extra_apt_repos__3
source ynh_install_php__3 source experimental_helpers/ynh_install_php__3
source ynh_exec_as source experimental_helpers/ynh_exec_as
source ynh_composer__2 source experimental_helpers/ynh_composer__2
source ynh_send_readme_to_admin__2 source experimental_helpers/ynh_send_readme_to_admin__2
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#================================================= #=================================================

View file

@ -7,8 +7,8 @@
#================================================= #=================================================
source _common.sh source _common.sh
source ynh_add_extra_apt_repos__3 source experimental_helpers/ynh_add_extra_apt_repos__3
source ynh_install_php__3 source experimental_helpers/ynh_install_php__3
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#================================================= #=================================================

View file

@ -8,11 +8,11 @@
#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts #Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh source ../settings/scripts/_common.sh
source ../settings/scripts/ynh_add_extra_apt_repos__3 source ../settings/scripts/experimental_helpers/ynh_add_extra_apt_repos__3
source ../settings/scripts/ynh_install_php__3 source ../settings/scripts/experimental_helpers/ynh_install_php__3
source ../settings/scripts/ynh_exec_as source ../settings/scripts/experimental_helpers/ynh_exec_as
source ../settings/scripts/ynh_composer__2 source ../settings/scripts/experimental_helpers/ynh_composer__2
source ../settings/scripts/ynh_send_readme_to_admin__2 source ../settings/scripts/experimental_helpers/ynh_send_readme_to_admin__2
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#================================================= #=================================================

View file

@ -7,11 +7,11 @@
#================================================= #=================================================
source _common.sh source _common.sh
source ynh_add_extra_apt_repos__3 source experimental_helpers/ynh_add_extra_apt_repos__3
source ynh_install_php__3 source experimental_helpers/ynh_install_php__3
source ynh_exec_as source experimental_helpers/ynh_exec_as
source ynh_composer__2 source experimental_helpers/ynh_composer__2
source ynh_send_readme_to_admin__2 source experimental_helpers/ynh_send_readme_to_admin__2
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#================================================= #=================================================