mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Upgrade to v.3.40.2
This commit is contained in:
parent
83b9824446
commit
49a71fdbcd
3 changed files with 5 additions and 11 deletions
10
README.md
10
README.md
|
@ -9,11 +9,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
Ghost is a fully open source, adaptable platform for building and running a modern online publication.
|
Ghost is a fully open source, adaptable platform for building and running a modern online publication.
|
||||||
|
|
||||||
**Shipped version:** 3.38.2
|
**Shipped version:** 3.40.2
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -35,12 +35,6 @@ Ghost is a fully open source, adaptable platform for building and running a mode
|
||||||
$ sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh
|
$ sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh
|
||||||
1. After installation create an **admin account** by visiting https://domain.tld/ghost
|
1. After installation create an **admin account** by visiting https://domain.tld/ghost
|
||||||
|
|
||||||
### Updating the Ghost app
|
|
||||||
1. Updatation of the app works, but it need more testing to check eveything works after upgrade. So its advised to backup before updating.
|
|
||||||
1. **App can be updated by YunoHost admin interface or with the following command:**
|
|
||||||
|
|
||||||
$ sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/ghost_ynh ghost
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* Official documentation: https://ghost.org/docs/
|
* Official documentation: https://ghost.org/docs/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/3.38.2/Ghost-3.38.2.zip
|
SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/3.40.2/Ghost-3.40.2.zip
|
||||||
SOURCE_SUM=6e2ded337ccdcf537a9bf73207ca4ec906d83ebd2bd3c5c20d45dad532687a1f
|
SOURCE_SUM=adec82d930c9b50d5171afdf70423adb4aa2ed6e30338540b7cd38594bb6a6f2
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Just a blogging platform",
|
"en": "Just a blogging platform",
|
||||||
"fr": "Plateforme de blogging"
|
"fr": "Plateforme de blogging"
|
||||||
},
|
},
|
||||||
"version": "3.38.2~ynh1",
|
"version": "3.40.2~ynh1",
|
||||||
"url": "https://ghost.org/",
|
"url": "https://ghost.org/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue