I have one instance of Ghost on my local mac on port 2368 ( the default port ). I’d like to install another instance of Ghost on a different port. Is this possible?
The Ghost team has made blogging fun again.
Best regards.
I have one instance of Ghost on my local mac on port 2368 ( the default port ). I’d like to install another instance of Ghost on a different port. Is this possible?
The Ghost team has made blogging fun again.
Best regards.
Yep, in a new folder run ghost install local --port 1234
If your other Ghost instance is already running, you don’t even have to specify the port - The cli will find the next open port it can use
There’s tons of things you can configure with ghost install
. If you’re interested, you can always run ghost install --help
Thank you Vikas!