Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

gshackles/gregshackles.com

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 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

Frequently Asked Questions

https://github.com/solvsoftware/Ghost-Azure/wiki/FAQ

About

Personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published