ghost
This is an old revision of the document!
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.
- Your publication is setup in development mode with less caching
- The SQLite3 database is auto-setup and located in /content/data/
- Logs only go to stdout
ghost.1627388847.txt.gz · Last modified: 2023/09/14 06:06 (external edit)