/GhostBlogAzure

Ghost blog platform 2.x ready for deploy on Azure Web App. Currently 2.10.0 Visit my own blog hosted on Azure Web App here: www.sergeydotnet.com

Primary LanguageJavaScriptMIT LicenseMIT

GhostBlogAzure

Prerequisite

Create your own Azure Account.

Your Ghost blog ready for Azure app service deployment.

Why GhostBlogAzure?

The current version of Ghost(2.10.0) is not compatible with Azure App Service. GhostBlogAzure is a production-ready template which can be hosted directly on Azure App Service. I will try to maintain the ghost version updated. All contributions are welcome.

Usage

1. Fork or Clone this repository.

2. Branch out from the branch "master".

git checkout master
git checkout -b my_blog

3. Install npm modules.

npm install

4. Initialize your database.

node db.js

5 Run

npm start

5. Customize everything you want in your content folder.