mattwoberts / Ghost-Azure

Production ready Ghost 2.x and 1.x for Azure :ghost:

Home Page:https://www.gatevnotes.com/introducing-ghost-2-on-azure-web-app-service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghost-Azure

Your Ghost blog ready for Azure app service deployment.

Deploy to Azure Visualize Deploy to Azure via Portal

Why Ghost-Azure?

The current version of Ghost(1.18.0) is not compatible with Azure app service. Ghost-Azure is a production-ready template which can be hosted directly on Azure app service. We will try to maintain the ghost version updated. All contributions are welcome.

Usage

1. Fork this repository.

2. Branch out from the branch "azure".

git checkout azure
git checkout -b my_blog

3. Install npm modules.

npm install

4. Initialize your database.

node db.js

5. Customize everything you want in your content folder.

6. Keep your fork up to date(if you want the latest ghost version).

https://help.github.com/articles/syncing-a-fork/

OR

git checkout my_branch
git pull https://github.com/solvsoftware/Ghost-Azure azure

About

Production ready Ghost 2.x and 1.x for Azure :ghost:

https://www.gatevnotes.com/introducing-ghost-2-on-azure-web-app-service/

License:Other


Languages

Language:JavaScript 82.5%Language:HTML 11.1%Language:CSS 5.9%Language:XSLT 0.4%Language:Batchfile 0.2%