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

[WIP] 🐛 fix local installation #369

Closed
wants to merge 1 commit into from

Conversation

kirrg001
Copy link
Contributor

@kirrg001 kirrg001 commented Jul 20, 2017

closes #368

  • if you run ghost start, the CLI will spawn a detached process

  • this detached process will spawn another process

  • the cp.pid was wrong in any case

  • forward the pid from the spawned process back to parent process

  • test on mac

  • test on windows

  • test on linux

closes TryGhost#368

- if you run `ghost start`, the CLI will spawn a detached process
- this detached process will spawn another process
- the `cp.pid` was wrong in any case
- forward the pid from the spawned process back to parent process
@coveralls
Copy link

Coverage Status

Coverage remained the same at 57.848% when pulling 678dd66 on kirrg001:fix/local-mac into 991e7e9 on TryGhost:master.

@acburdine
Copy link
Member

Closing because this isn't the right solution - and won't work on windows because it relies on IPC messaging to do things correctly, which doesn't work in Windows

@acburdine acburdine closed this Jul 21, 2017
@acburdine
Copy link
Member

Well, as it turns out windows does support ipc messaging - meaning the changes in the previous pr (#366) were wrong 😅 .

However, this is still not the right approach.

@acburdine acburdine reopened this Jul 21, 2017
@acburdine acburdine closed this Jul 21, 2017
@acburdine
Copy link
Member

sorry wrong button :p

@coveralls
Copy link

Coverage Status

Coverage remained the same at 57.848% when pulling 678dd66 on kirrg001:fix/local-mac into 991e7e9 on TryGhost:master.

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.

Local dev server does not shut down on correctly, throws fatal error on attempted restart.
3 participants