1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Add documentation

This commit is contained in:
tituspijean 2023-08-18 13:38:29 +02:00
parent 8ed1dffe60
commit 23ccf78b4e
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 2 additions and 0 deletions

1
doc/ADMIN.md Normal file
View file

@ -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.

View file

@ -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!