Go to file
Hannah Wolfe 8e8f4125f4 Improve grunt clean & add grunt test-ember
no issue
- old grunt testem task didn't work - has been renamed and fixed
- grunt clean task updated to clear out dependencies, making it more useful for helping fix cludged envs
2015-05-17 22:41:49 +01:00
content Upgrading Casper to 1.2.3 2015-05-14 15:53:35 +01:00
core Update help link to point to slack 2015-05-15 17:11:24 +01:00
.bowerrc grunt init, dev 2015-03-11 12:37:41 -06:00
.editorconfig Add editorconfig 2015-05-07 11:45:16 -05:00
.gitignore Switch test coverage to use Istanbul 2015-04-19 15:54:05 +01:00
.gitmodules in some cases the git protocol cannot be processed (port blocking or other reasons) with https it should work for everyone 2014-04-04 18:21:39 +02:00
.jscsrc Remove ObjectController proxying behavior. 2015-01-01 21:51:20 -05:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00
.npmignore Removing test assets from release zip 2015-05-15 16:35:22 +01:00
.travis.yml Node v0.12 & io.js support. 2015-03-09 20:27:14 +01:00
CONTRIBUTING.md Contrib guide refs slack instead of forum/irc 2015-05-15 19:21:21 +01:00
Gruntfile.js Improve grunt clean & add grunt test-ember 2015-05-17 22:41:49 +01:00
LICENSE Update copyright 2015-01-02 16:11:13 +02:00
PRIVACY.md Adds twitter cards and schema.org to {{ghost_head}} 2014-10-17 17:26:14 +02:00
README.md Added new Slack team details 2015-04-15 14:59:25 +03:00
SECURITY.md Use less markup for links 2013-10-22 21:22:35 +01:00
config.example.js adding config flags to control all items mentioned in PRIVACY.md 2014-09-13 12:04:01 -04:00
index.js Add checks for packages and contentPath to startup 2014-09-22 21:27:34 +00:00
package.json Version bump to 0.6.3 2015-05-14 16:04:11 +01:00

README.md

Ghost Build status

Ghost Screenshot

Ghost is a simple, powerful publishing platform that allows you to share your stories with the world.

The project is maintained by a non-profit organisation called the Ghost Foundation, along with an amazing group of independent contributors. We're trying to make publishing software that changes the shape of online journalism.

Quick Start Install

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.

  1. Download the latest release of Ghost
  2. Unzip in the location you want to install
  3. Fire up a terminal
  4. npm install --production
  5. Start Ghost!
    • Local environment: npm start
    • On a server: npm start --production
  6. http://localhost:2368/ghost 🎉

More install docs here in case you got stuck.

Developer Install (from git)

Install Node.js.

# Node v0.10.x - full support
# Node v0.12.x and io.js v1.2 - partial support
#
# Choose wisely

Clone 👻

git clone git://github.com/tryghost/ghost.git
cd ghost

Install grunt. No prizes here.

npm install -g grunt-cli

Install Ghost. If you're running locally, use master. For production, use stable. 🚫🚀🔬

npm install

Build the things!

grunt init

Minify that shit for production?

grunt prod

Start your engines.

npm start

## running production? Add --production

Congrats! You made it. BTW you can also just npm install ghost if you're into that sort of thing. NPM afficionados can also read up on using Ghost as an NPM module.

More general install docs here in case you got stuck.

Deploying Ghost

The easiest way to deploy Ghost is on our official Ghost(Pro) hosted platform. This service funds the Ghost Foundation, which makes actively maintaining this project possible.

Also, you get to save yourself a lot of wasted time and headaches by deploying a new instance of Ghost to a managed server with a global content delivery network in just a few clicks.

Other options are available if you prefer playing around with servers by yourself.

Staying Up to Date

When a new version of Ghost comes out, you'll want to look over these upgrade instructions for what to do next.

You can talk to other Ghost users on our forums or chat with Ghost developers in our public Slack team (it's pretty awesome). We have a public meeting every Tuesday at 5:30pm London time.

New releases are announced on the dev blog. You can subscribe by email or follow @TryGhost_Dev on Twitter, if you prefer your updates bite-sized and facetious.

🎷🐢

Copyright & License

Copyright (c) 2013-2015 Ghost Foundation - Released under the MIT license.