Skip to content
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

ghost ls process list should maintain list of blogs even if they're stopped #178

Closed
acburdine opened this issue Mar 20, 2017 · 0 comments · Fixed by #180
Closed

ghost ls process list should maintain list of blogs even if they're stopped #178

acburdine opened this issue Mar 20, 2017 · 0 comments · Fixed by #180

Comments

@acburdine
Copy link
Member

Currently, ghost instances (installed via the CLI) are registered when they are started (via ghost start) and de-registered when they are stopped (via ghost stop). Ultimately, this means that the blogs that show up in ghost ls are only the ones that are running at the given moment.

This works for most single-blog setups, but is difficult when you've installed multiple blogs on the same system, some of which are running and some of which aren't. Currently it's impossible to tell where the blogs are that aren't running.

So, ghost ls should be extended to show blogs regardless of whether or not the blog is running, as well as the actual running status.

acburdine added a commit to acburdine/Ghost-CLI that referenced this issue Mar 20, 2017
closes TryGhost#178
- remove register/deregister from ghost start/stop
- change system config file structure and pull url/port/process manager data from individual
instance configs rather than a global list
acburdine added a commit to acburdine/Ghost-CLI that referenced this issue Mar 20, 2017
closes TryGhost#178
- remove register/deregister from ghost start/stop
- change system config file structure and pull url/port/process manager data from individual
instance configs rather than a global list
acburdine added a commit that referenced this issue Mar 20, 2017
closes #178
- remove register/deregister from ghost start/stop
- change system config file structure and pull url/port/process manager data from individual
instance configs rather than a global list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant