Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Go to file
Sebastian Gierlinger 24b8605c52 Merge pull request #5672 from jomahoney/signup-image
Update signup form to have profile image upload component
2015-08-16 18:49:13 +02:00
content Upgrading Casper to 1.2.4 2015-05-21 17:04:08 +01:00
core Merge pull request #5672 from jomahoney/signup-image 2015-08-16 18:49:13 +02: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 Use Ember.inject instead of needs and initializers 2015-05-27 07:41:42 -05: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 Convert Sass to Myth 2015-05-22 19:05:09 +01:00
.travis.yml Remove io.js from the build matrix 2015-07-10 19:13:41 +01:00
config.example.js Fix config.example.js typo 2015-07-02 09:15:27 -04:00
CONTRIBUTING.md Convert Sass to Myth 2015-05-22 19:05:09 +01:00
Gruntfile.js Merge pull request #5616 from ErisDS/issue-5495 2015-08-03 15:05:03 -05:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00
LICENSE Update copyright 2015-01-02 16:11:13 +02:00
package.json foundation work for server-side i18n support: 2015-07-27 18:47:10 -04:00
PRIVACY.md Adds twitter cards and schema.org to {{ghost_head}} 2014-10-17 17:26:14 +02:00
README.md Update readme with Slack support info 2015-07-01 09:42:36 +02:00
SECURITY.md Use less markup for links 2013-10-22 21:22:35 +01:00

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.

NOTE: If youre stuck, cant get something working or need some help, please head on over and join our Slack community rather than opening an issue.

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

Ghost(Pro) + DigitalOcean

Save yourself time and headaches with our fully managed Ghost(Pro) service. Deploy a new instance of Ghost in a couple of clicks running on DigitalOceans rock solid infrastructure, with a worldwide CDN thrown in at no extra charge.

All revenue from Ghost(Pro) goes to the Ghost Foundation, the non-profit org which funds the maintenance and further development of Ghost.

Other options are also 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.