From dad8a917685e7487416c8ad84e0dffb2b40ef4a7 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 4 Jun 2021 12:13:57 +0000 Subject: [PATCH] Auto-update README --- README.md | 61 ++++++++++++++++++++++++----------------------- README_fr.md | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+), 29 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index ed7ca2e..925a324 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,42 @@ + + # Ghost for YunoHost [![Integration level](https://dash.yunohost.org/integration/ghost.svg)](https://dash.yunohost.org/appci/app/ghost) ![](https://ci-apps.yunohost.org/ci/badges/ghost.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ghost.maintain.svg) [![Install Ghost with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ghost) +*[Lire ce readme en français.](./README_fr.md)* + > *This package allows you to install Ghost quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -Ghost is a fully open source, adaptable platform for building and running a modern online publication. -**Shipped version:** 4.3.3 +Just a blogging platform + +**Shipped version:** 4.3.3~ynh1 + +**Demo:** https://dispatch.khlieng.com/connect ## Screenshots -![](https://ghost.org/images/home/home-screenshot_hu41cb56656a4d54646913b3f720de164d_129780_2000x0_resize_box_2.png) +![](./doc/screenshots/screenshot.png) + +## Disclaimers / important information ## Installation -### Guidelines - 1. No LDAP support. 1. You need more then **1GB** of ram. If you don't have it, please create a **swap memory**. - $ dd if=/dev/zero of=/swapfile bs=1024 count=1048576 - $ mkswap /swapfile - $ swapon /swapfile - $ echo "/swapfile swap swap defaults 0 0" >> /etc/fstab + dd if=/dev/zero of=/swapfile bs=1024 count=1048576 + mkswap /swapfile + swapon /swapfile + echo "/swapfile swap swap defaults 0 0" >> /etc/fstab + 1. This app is multi-instance (you can have more then one Ghost blogging websites on a single YunoHost server) ### Installing the Ghost app @@ -34,28 +45,18 @@ Ghost is a fully open source, adaptable platform for building and running a mode 1. **App can be installed by YunoHost admin interface or by the following command:** - $ sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh + `sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh` + 2. After installation create an **admin account** by visiting `https://domain.tld/ghost/ghost`. If you choose to name your Ghost instance "blog" during YunoHost setup process, then it would be `https://domain.tld/blog/ghost`. This will allow you to continue to setup your admin account and configure your settings. -## Documentation +## Documentation and resources - * Official documentation: https://ghost.org/docs/ - -## YunoHost specific features - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/ghost.svg)](https://ci-apps.yunohost.org/ci/apps/ghost/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/ghost.svg)](https://ci-apps-arm.yunohost.org/ci/apps/ghost/) - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/ghost_ynh/issues - * App website: https://ghost.org/ - * Upstream app repository: https://github.com/TryGhost/Ghost - * YunoHost website: https://yunohost.org/ - ---- +* Official app website: https://example.com +* Official user documentation: https://yunohost.org/apps +* Official admin documentation: https://yunohost.org/packaging_apps +* Upstream app code repository: https://some.forge.com/example/example +* YunoHost documentation for this app: https://yunohost.org/app_ghost +* Report a bug: https://github.com/YunoHost-Apps/ghost_ynh/issues ## Developer info @@ -67,3 +68,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testin or sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..e47c339 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,67 @@ +# Ghost pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/ghost.svg)](https://dash.yunohost.org/appci/app/ghost) ![](https://ci-apps.yunohost.org/ci/badges/ghost.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ghost.maintain.svg) +[![Installer Ghost avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ghost) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer Ghost 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.* + +## Vue d'ensemble + +Plateforme de blogging + +**Version incluse :** 4.3.3~ynh1 + +**Démo :** https://dispatch.khlieng.com/connect + +## Captures d'écran + +![](./doc/screenshots/screenshot.png) + +## Avertissements / informations importantes + +## Installation + + 1. Pas de prise en charge LDAP. + 1. Vous avez besoin de plus de **1 Go** de RAM. Si vous ne l'avez pas, veuillez créer une **mémoire d'échange**. + + dd if=/dev/zero of=/swapfile bs=1024 count=1048576 + mkswap /fichier d'échange + swapon / fichier d'échange + echo "/swapfile swap swap defaults 0 0" >> /etc/fstab + + 1. Cette application est multi-instance (vous pouvez avoir plusieurs sites Web de blogs Ghost sur un seul serveur YunoHost) + +### Installation de l'application Ghost + + 0. Remarque - Lorsque vous rendez l'installation publique, vous devez accéder à votre lien de domaine Ghost SANS vous connecter à votre session YunoHost. Il est recommandé d'utiliser un mode incognito pour vous connecter à votre compte administrateur Ghost. Si vous rendez votre installation publique et essayez de vous connecter à votre compte administrateur Ghost tout en étant connecté à votre session YunoHost, vous obtiendrez une erreur d'en-tête autorisée. La raison en est que Ghost a une fonctionnalité qui permet un accès au contenu basé sur un abonnement. Cela signifie que Ghost permet à l'utilisateur administrateur de configurer d'autres utilisateurs (soit d'autres membres du personnel, soit des abonnés payés/non payés) pour avoir la possibilité de se connecter en dehors de YunoHost. + + 1. ** L'application peut être installée par l'interface d'administration YunoHost ou par la commande suivante : ** + + `sudo yunohost installer l'application https://github.com/YunoHost-Apps/ghost_ynh` + + 2. Après l'installation, créez un **compte administrateur** en visitant `https://domain.tld/ghost/ghost`. Si vous choisissez de nommer votre instance Ghost "blog" pendant le processus d'installation de YunoHost, alors ce sera "https://domain.tld/blog/ghost". Cela vous permettra de continuer à configurer votre compte administrateur et à configurer vos paramètres. +## Documentations et ressources + +* Site officiel de l'app : https://example.com +* Documentation officielle utilisateur : https://yunohost.org/apps +* Documentation officielle de l'admin : https://yunohost.org/packaging_apps +* Dépôt de code officiel de l'app : https://some.forge.com/example/example +* Documentation YunoHost pour cette app : https://yunohost.org/app_ghost +* Signaler un bug : https://github.com/YunoHost-Apps/ghost_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ghost_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug +ou +sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file