From fb218a6c96ad44063e8edb9f88c996a9e1bec7db Mon Sep 17 00:00:00 2001 From: profetik777 Date: Sat, 27 Mar 2021 21:14:30 -0400 Subject: [PATCH] Update README.md Anol asked me to add notes about the nature of the ghost platform on yunohost and its need to be outside of the yunohost session. I also highlight the admin access site requires an additional /ghost behind the domain link. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5436898..6910998 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,12 @@ Ghost is a fully open source, adaptable platform for building and running a mode ### Installing the Ghost app + 0. Note - When making the install public, your ghost domain link must be accessed WHILE NOT signed into your yunohost session. It is recommended to use a incognito mode to sign in. The reason for this is because ghost has a feature that allows for a subscription based access for content. This means ghost allows for the admin user to setup other users (either other staff or paid/unpaid subscribers) to have the abilility to login outside of yunohost. + 1. **App can be installed by YunoHost admin interface or by the following command:** $ sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh - 1. After installation create an **admin account** by visiting https://domain.tld/ghost + 2. After installation create an **admin account** by visiting https://domain.tld/ghost/ghost. If you choose to name your ghost instance "blog" during yunohost setup process, then it would be https://domain.tld/blog/ghost. This will allow you to continue to setup your amdin account and configure your settings. ## Documentation