forked from RadoslavGatev/Ghost-Azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
38 lines (34 loc) · 1.46 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Ghost-Azure
## Your Ghost blog ready for Azure app service deployment.
[![Deploy to Azure](https://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/)
[![Visualize](http://armviz.io/visualizebutton.png)](http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2Fsolvsoftware%2FGhost-Azure%2Fazure%2Fazuredeploy.json)
[Deploy to Azure via Portal](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fsolvsoftware%2FGhost-Azure%2Fazure%2Fazuredeploy.json)
<p>
</p>
## 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".
```bash
git checkout azure
git checkout -b my_blog
```
### 3. Install npm modules.
```bash
npm install
```
### 4. Initialize your database.
```bash
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/](https://help.github.com/articles/syncing-a-fork/)
OR
```bash
git checkout my_branch
git pull https://github.com/solvsoftware/Ghost-Azure azure
```
## Frequently Asked Questions
https://github.com/solvsoftware/Ghost-Azure/wiki/FAQ