-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mail config message after installation #278
Conversation
So one of the side effects of this change is it will be output every time Ghost start is run, regardless of whether or not the user is using direct mail. IMO this message should be moved into the |
lib/commands/start.js
Outdated
@@ -61,6 +61,8 @@ class StartCommand extends Command { | |||
return this.ui.run(processInstance.enable(), 'Enabling instance startup on server boot'); | |||
}).then(() => { | |||
this.ui.log(`You can access your blog at ${instance.config.get('url')}`, 'cyan'); | |||
this.ui.log(`\nGhost uses direct mail by default`, `green`); |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
refs TryGhost#216 - adds a little ui message to guide people towards docs for mail config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
refs #216