Based on Ghost.org.
Make sure you've installed Node.js - We recommend the latest Node v0.10.x release.
Ghost is also compatible with Node v0.12 and io.js v1.2, but please note that these versions are more likely to run into installation problems. May contain nuts. Please use the forum for help.
- Download or clone this repository
- Fire up a terminal
npm install --production
- Start Ghost!
- Local environment:
npm start
- On a server:
npm start --production
- Local environment:
http://localhost:2368/ghost
🎉