Table of Contents

Ghost on NodeJS

Install Ghost-CLI

npm install ghost-cli@latest -g

Install Ghost

In your terminal, cd into an empty directory and run the install command:

ghost install local

Once the install is finished you’ll be able to access your new site on http://localhost:2368 and http://localhost:2368/ghost to access Ghost Admin

That’s it! You’re done.

Starting & Stopping

Ghost runs in a separate background process and remains running until you stop it or restart your computer. So you may find these commands useful for taming it:

Run ghost help for a list of available commands, or explore the full Ghost-CLI documentation.

Troubleshooting

For troubleshooting and errors, try searching this documentation and FAQ section to find information about common error messages.