mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Auto-update README
This commit is contained in:
parent
b667582ad2
commit
dad8a91768
2 changed files with 99 additions and 29 deletions
59
README.md
59
README.md
|
@ -1,31 +1,42 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Ghost for YunoHost
|
# Ghost for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/ghost)  
|
[](https://dash.yunohost.org/appci/app/ghost)  
|
||||||
[](https://install-app.yunohost.org/?app=ghost)
|
[](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.
|
> *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
|
## 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
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Guidelines
|
|
||||||
|
|
||||||
1. No LDAP support.
|
1. No LDAP support.
|
||||||
1. You need more then **1GB** of ram. If you don't have it, please create a **swap memory**.
|
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
|
dd if=/dev/zero of=/swapfile bs=1024 count=1048576
|
||||||
$ mkswap /swapfile
|
mkswap /swapfile
|
||||||
$ swapon /swapfile
|
swapon /swapfile
|
||||||
$ echo "/swapfile swap swap defaults 0 0" >> /etc/fstab
|
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)
|
1. This app is multi-instance (you can have more then one Ghost blogging websites on a single YunoHost server)
|
||||||
|
|
||||||
### Installing the Ghost app
|
### 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:**
|
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.
|
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 - [](https://ci-apps.yunohost.org/ci/apps/ghost/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/ghost/)
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
|
* 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
|
* 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/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -67,3 +68,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testin
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
|
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
|
67
README_fr.md
Normal file
67
README_fr.md
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
# Ghost pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/ghost)  
|
||||||
|
[](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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 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
|
Loading…
Add table
Reference in a new issue