Local GHost Installation

Hello,

I’ve installed Ghost local and everytime I restart the computer the local website does not work… So, I’ve figured out that I need to run this comand

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
and then nvm use 12
ghost start

and after that, I can access again the website in localhost.

How can I fix it - I don’t want to do it all the time just because I’ve restart the laptop.

I would really appreciate your help

If you used ghost install local then it’s not expected to start automatically when your computer restarts, it’s a development install intended to be started when it’s being used and stopped when it’s not. As for getting it to start automatically that depends entirely on the operating system you are using and it’s configuration.

You shouldn’t need to be installing nvm every time you restart though, you should be able to completely skip that step.

Hi @Kevin thank you for your feedback.

I’m using a Mac.
Is there any Troubleshooting I could do to fix that?

Thank in advance