Fast-track local install for getting Ghost running on your computer or setup for doing theme development
npm
or yarn
on a local machine, depending on your preference.
ghost help
to see a list of available commands.
cd
into an empty directory and run the install command:
http://localhost:2368
and http://localhost:2368/ghost
to access Ghost Admin ✨
That’s it! You’re done.
development
mode with less caching/content/data/
stdout
ghost stop
to stop Ghostghost start
to start Ghostghost log
views logsghost ls
to list all running Ghost blogsghost help
for a list of available commands, or explore the full Ghost-CLI documentation.
/content/themes/
directory.