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

fix(windows): fix local process manager on windows #366

Merged
merged 1 commit into from
Jul 18, 2017
Merged

Conversation

acburdine
Copy link
Member

closes #228

@coveralls
Copy link

Coverage Status

Coverage remained the same at 57.848% when pulling 6315113 on fix/windows into e8d4f31 on master.

@acburdine acburdine merged commit 1655806 into master Jul 18, 2017
@acburdine acburdine deleted the fix/windows branch July 18, 2017 05:04
acburdine added a commit to acburdine/Ghost-CLI that referenced this pull request Jul 21, 2017
closes TryGhost#368
- force killing on mac/linux doesn't allow the child process (ghost run) to kill the ghost server process, resulting in a orphan process that the user has to kill manually
- on windows force: true works because fkill kills the process tree, which includes the ghost server
- remove windows-specific code from TryGhost#366 as it actually didn't do
anything
acburdine added a commit to acburdine/Ghost-CLI that referenced this pull request Jul 21, 2017
closes TryGhost#368
- force killing on mac/linux doesn't allow the child process (ghost run) to kill the ghost server process, resulting in a orphan process that the user has to kill manually
- on windows force: true works because fkill kills the process tree, which includes the ghost server
- remove windows-specific code from TryGhost#366 as it actually didn't do
anything
@acburdine acburdine mentioned this pull request Jul 21, 2017
3 tasks
acburdine added a commit that referenced this pull request Jul 21, 2017
closes #368
- force killing on mac/linux doesn't allow the child process (ghost run) to kill the ghost server process, resulting in a orphan process that the user has to kill manually
- on windows force: true works because fkill kills the process tree, which includes the ghost server
- remove windows-specific code from #366 as it actually didn't do
anything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"ghost install local" error in windows
2 participants