mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Update README.md
This commit is contained in:
parent
10c883e860
commit
e80765cc4a
1 changed files with 8 additions and 43 deletions
51
README.md
51
README.md
|
@ -1,54 +1,19 @@
|
|||
<!--
|
||||
<!-
|
||||
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
|
||||
|
||||
[](https://dash.yunohost.org/appci/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.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
|
||||
Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content.
|
||||
|
||||
It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.
|
||||
Sorry YNH im updating this to explain because this is shoddily slapped together and can probably be easily updated by the people over at https://github.com/YunoHost-Apps/ghost_ynh
|
||||
|
||||
|
||||
**Shipped version:** 5.44.0~ynh1
|
||||
[ericAndre - Copy.webm](https://github.com/slbillups/ghost_ynh/assets/112226699/2542eecc-0955-4604-b6c4-0715733dbd26)
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## :red_circle: Antifeatures
|
||||
This is just a workaround for the latest ghost update since the last update by the ghost_ynh repo was 4 months ago.
|
||||
|
||||
- **Arbitrary limitations**: Features arbitrary limitations. Please refer to the README.
|
||||
I tried updating manually by extracting the latest ghost update to /var/www/ghost/ghost/versions changing 2 lines of code(NODEJS_VER in common.sh and version = "5.59.1" in manifest.toml, thought it would just fail but the rest of their script did the work for me. So I added a little bit more to fetch the latest ghost install from the releases page/update manifest.toml+common.sh.
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://ghost.org/>
|
||||
* Official admin documentation: <https://ghost.org/help/>
|
||||
* Upstream app code repository: <https://github.com/TryGhost/Ghost>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_ghost>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/ghost_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/ghost_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
|
||||
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>
|
||||

|
||||

|
||||
|
|
Loading…
Add table
Reference in a new issue