Ghost hosted on IBM Bluemix using Cloudinary as external image store.
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.
This repo is no longer maintained. I highly recommend switching over to Ghost v1+ onwards. Bluemix now IBM Cloud has always been a mess to work with, I have since moved over to Digital Ocean and self hosting Ghost v1.
Make sure you’ve installed Node.js - I recommend the latest Node v6 LTS release. For other supported versions click here.
Install Node.js (if you haven’t done so)
Ghost currently supports Node versions 4.5+ and 6.9+ only.
Clone
git clone git://github.com/qzsg/bluemix-ghost-cloudinary.git ghost-blog
cd ghost-blog
Install Ghost and dependencies
npm install
Start your engines.
npm start
## running production? Add --production
Congrats! You made it. Visit your local Ghost blog at http://localhost:2368/
Install Node.js. (See Supported Node.js versions)
cf set-env ghost CLOUDINARY '{"cloud_name":"...", "api_key":"...", "api_secret":"..."}'
cf push
Copyright (c) QzSG - Released under the MIT license.