0.1.0 • Published 9 years ago

ember-cli-ghost-app v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

ember-cli-ghost-app

ember-cli-ghost-app adds a Ghost app to your Ember project. This addon adds /ghost to your Express server and Ghost will automatically start when you run ember serve. It also exposes /ghost/api/v0.1/posts endpoint which you can use to pull posts from Ghost app.

WARNING: Ghost source code is included as a bundledDependency of this library. The included version has been modified in several places to disable the frontend and expose /posts API endpoint.

You can see the changes here:

Installation

  • npm install --save ember-cli-ghost-app
  • ember generate ghost-app blog ( you can pass --production-url=<your_blog_url> to not have to do that later )
  • ember serve
  • Visit http://locahost:4200/ghost to finish setup

Running

Running Tests

  • ember test
  • ember test --server

For more information on using ember-cli, visit http://www.ember-cli.com/.