felixrieseberg / Ghost-Azure

:ghost: Install Ghost on Azure with a simple click
MIT License
129 stars 210 forks source link

Page still blank after successful deployment and one hour of waiting #52

Open mikecousins opened 8 years ago

mikecousins commented 8 years ago

I'm using a Standard: Medium app service plan. I tried the Microsoft fork of this (https://github.com/AzureWebApps/Ghost-Azure) and it worked fine after a couple minutes. But when I try this one it never displays anything.

tirolo commented 8 years ago

I had similar issue, what I did to work around it was to delete all the resources from azure (at the resource group level) and followed the steps again.

I also had some issues with the "https" so when you are redirected to azure you end up with this link: https://deploy.azure.com/?repository=https://github.com/felixrieseberg/Ghost-Azure#/form/deploy

For it to work I had to change it to: https://deploy.azure.com/?repository=http://github.com/felixrieseberg/Ghost-Azure#/form/deploy

Let us know if it worked for you! :)

mikecousins commented 8 years ago

That's not really an option for me as I have many other websites running on my App Service Plan. :(

Could this also be because I just set the external repository to this one? Is that method of installation supported?

Full timeline:

mikecousins commented 8 years ago

I tried again now creating a new everything (and then switching app service plans afterwards) and it definitely worked that way.

mikecousins commented 8 years ago

Should I close this now or should it also work by just specifying this repository?