0

I was just trying to setup my first app on heruko...

As it says it provides 5mb's shared database free postgre database setup ready

but where are credentials for already setup database and getting started guide for the same..

harry
  • 220
  • 4
  • 15

1 Answers1

0

The FB app docs are here: http://devcenter.heroku.com/articles/facebook

You should've received an email to confirm your Heroku account. That'll give you access to your credentials.

Database docs are here: https://devcenter.heroku.com/articles/database

And there are specific tutorials for the connecting to your database from each language.

Hope that helps!

Tom Waddington
  • 1,948
  • 15
  • 18
  • I mean... credentials for postgre database and how to setup guide for free postgre database..?? this is nowhere – harry Apr 05 '12 at 14:39
  • is it possible to setup postgree shared database without account verification i.e without providing them credit card details?? – harry Apr 05 '12 at 15:08
  • 1
    no, you don't need credit card for that. It's one of the few addons that you can have without a validated account. – Ismael Abreu Apr 05 '12 at 18:54