[Solved] How to deploy php app to heroku from windows

I am fulltime linux user and parttime windows user. Lately I have started working with windows for some project stuffs. I found windows quite frustating and limited to what linux provided me. Well it’s all personal feelings. I always hated unnecessary installations of extra applications for the same tools which most of the linux distributions … Continue reading “[Solved] How to deploy php app to heroku from windows”

[Solved] Heroku- permission denied (publickey)

While trying to clone a git repository from the heroku I got the problem as shown in the screenshot below:: which mentions … … Permission denied (publickey). fatal: The remote end hung up unexpectedly After few googling, Then I found that I had to re-upload my public keys to heroku using the command listed below. … Continue reading “[Solved] Heroku- permission denied (publickey)”

[Solved] Heroku login problem for heroku facebook app

Heroku provides the free webhosting for facebook applications. If you want to know more about Heroku you can visit their sites. They have very good introduction. From October 1, 2011, see here https://developers.facebook.com/blog/post/497/ Facebook required the https connection for Facebook application and Heroku freely provides it. Great. Thanks to Heroku. This guide is for Ubuntu … Continue reading “[Solved] Heroku login problem for heroku facebook app”