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!