From 23ccf78b4e0629ec38b95ab240fd7af40d4ee1a9 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 18 Aug 2023 13:38:29 +0200 Subject: [PATCH] Add documentation --- doc/ADMIN.md | 1 + doc/PRE_UPGRADE.d/5.44.0~ynh1.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 doc/ADMIN.md diff --git a/doc/ADMIN.md b/doc/ADMIN.md new file mode 100644 index 0000000..1a8f714 --- /dev/null +++ b/doc/ADMIN.md @@ -0,0 +1 @@ +If you want to use Ghost's CLI, run `sudo yunohost app shell __APP__` in a terminal to load the proper environment. diff --git a/doc/PRE_UPGRADE.d/5.44.0~ynh1.md b/doc/PRE_UPGRADE.d/5.44.0~ynh1.md index bfe7ddf..e3ff191 100644 --- a/doc/PRE_UPGRADE.d/5.44.0~ynh1.md +++ b/doc/PRE_UPGRADE.d/5.44.0~ynh1.md @@ -1,6 +1,7 @@ Starting v5.44.0~ynh1, the package relies on Ghost CLI to manage the installation of the app. The migration has been tested, though please report any issue you might encounter. +You might need to manually move your `content` directory to its proper location in `__INSTALL_DIR__/ghost/content`. Remember that a backup is performed before any app upgrade by your YunoHost server. Enjoy!