forked from matthojo/Ghost-Services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.json
76 lines (74 loc) · 2.59 KB
/
services.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"sites": [
{
"title": "Amazon AWS",
"URL": "http://aws.amazon.co.uk",
"setup": "http://www.howtoinstallghost.com/how-to-setup-an-amazon-ec2-instance-to-host-ghost-for-free/",
"support-level": "full",
"verified": true
},
{
"title": "Digital Ocean",
"URL": "https://www.digitalocean.com/",
"setup": "http://ghosted.co/install-ghost-digitalocean/",
"support-level": "full",
"verified": true
},
{
"title": "Windows Azure",
"URL": "http://www.windowsazure.com/",
"setup": "http://www.howtoinstallghost.com/how-to-install-ghost-on-windows-azure/",
"support-level": "full",
"verified": false
},
{
"title": "WebFaction",
"URL": "http://www.webfaction.com/#?affiliate=installghost",
"setup": "http://www.howtoinstallghost.com/how-to-install-ghost-on-webfaction-hosting/",
"support-level": "full",
"verified": false
},
{
"title": "Bluehost",
"URL": "http://www.bluehost.com/",
"setup": "http://www.howtoinstallghost.com/how-to-setup-bluehost-vps-for-ghost-blog/",
"support-level": "full",
"verified": false
},
{
"title": "Dreamhost",
"URL": "http://www.dreamhost.com/",
"setup": "http://www.howtoinstallghost.com/how-to-install-ghost-on-dreamhost/",
"support-level": "full",
"verified": false
},
{
"title": "Rackspace",
"URL": "http://www.rackspace.co.uk/",
"setup": "http://ghost.pellegrom.me/installing-ghost-on-ubuntu/",
"support-level": "full",
"verified": false
},
{
"title": "Heroku",
"URL": "https://heroku.com",
"setup": "http://www.howtoinstallghost.com/how-to-install-ghost-on-heroku/",
"support-level": "partial",
"verified": false
},
{
"title": "AppFrog",
"URL": "https://www.appfog.com/",
"setup": false,
"support-level": "none",
"verified": false
},
{
"title": "Pogoapp",
"URL": "https://www.pogoapp.com/",
"setup": "https://en.ghost.org/forum/installation/1053-ghost-on-a-buildpack-enabled-paas-pogoapp-heroku-dokku-etc",
"support-level": "full",
"verified": false
}
]
}