Skip to content

MUnique/Ghost-Azure

This branch is 6 commits ahead of, 367 commits behind RadoslavGatev/Ghost-Azure:azure.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7123396 Â· Oct 3, 2018

History

46 Commits
Sep 6, 2018
Oct 3, 2018
Aug 22, 2018
Aug 22, 2018
Aug 22, 2018
Sep 6, 2018
Aug 22, 2018
Sep 6, 2018
Sep 6, 2018
Aug 22, 2018
Jan 8, 2018
Jan 8, 2018
Aug 22, 2018
Aug 22, 2018
Jan 8, 2018
Jan 8, 2018
Aug 22, 2018
Sep 6, 2018
Jan 8, 2018
Sep 6, 2018

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 80.8%
  • HTML 13.7%
  • CSS 4.8%
  • Other 0.7%