
Ghost
An open source, professional publishing platform built on a modern Node.js technology stack
Getting Started
- Run docker
docker run -d --name some-ghost -e NODE_ENV=development -e url=http://localhost:3001 -p 3001:2368 ghost
- Open the browser and go to the following URLs to access the Ghost.
- Your site: http://localhost:3001
- Ghost Admin: http://localhost:3001/ghost