I’m running a local Ghost installation on Windows 10 with Node.js. I want to work on another site locally as well. I imagine I need to run “ghost install local” in a separate folder to the one I installed my first site in? And will a different port number be generated automatically by the CLI tool or do I need to do something different there as well?
CLI will handle everything.
1 Like
Do I need to run “ghost install local” in a separate folder from the existing website though?
Yes, for separate site run ghost install local
in an empty folder outside your existing ghost installation folder.
1 Like