Deploying WordPress as Facebook App With Heroku Cloud is possible with special git version of WordPress. As the server is Apache and Supports PHP its possible. Please read our previous guide Deploying WordPress as Facebook App With Heroku Cloud otherwise it will appear meaningless.
Resources and Credits for Deploying WordPress as Facebook App With Heroku Cloud
For this guide Deploying WordPress as Facebook App With Heroku Cloud, we have used mhoofman (on github) ‘s repo wordpress-heroku.
You must be an intermediate to advanced user for using this guide for Deploying WordPress as Facebook App. There are two ways to run WordPress in this way. First is to suck the full blood (lack of better alternative term) of Heroku by uploading WordPress files plus creating database there too. This is we will show in this Deploying WordPress as Facebook App With Heroku Cloud.
---
Second is my modified method. That is more easy. Simply upload WordPress on Heroku and use The Rackspace Cloud’s database.
Steps for Deploying WordPress as Facebook App With Heroku Cloud
For deploying WordPress as Facebook App With Heroku Cloud, we need to clone it locally first. Clone the repo by :
1 | $ git clone git://github.com/mhoofman/wordpress-heroku.git |

What a fertile brain ! Go to WordPress folder :
1 | cd wordpress-heroku |
For Deploying WordPress as Facebook App With Heroku Cloud, we will need a database, first create your app :
1 | heroku create |
Then add the database :
1 | heroku addons:add heroku-postgresql:dev |

I have circled “JADE” it will be different for you. Run :
1 | heroku pg:promote HEROKU_POSTGRESQL_<span style="color: #ff0000;">COLOR</span> |
For me, the COLOR was JADE.
Just run the commands like installing WordPress in a distorted manner :
1 | git checkout -b production |
Then :
1 | cp wp-config-sample.php wp-config.php |
Great, now :
1 | >.gitignore |
Go, only two steps :
1 | git add . |
1 | git commit -m "Initial WordPress commit" |
Last :
1 | git push heroku production:master |
You have done Deploying WordPress as Facebook App With Heroku Cloud !
Our url was from heroku create step – http://limitless-scrubland-5524.herokuapp.com/
Just we added Site name, Username Password etc. :

You can check our WordPress here. As you can see it supports permalink structure nicely.

Tagged With the customize windows heroku wordpress