prev <<
StuwerCal
>> next
Configure a database service
Of course I also need a database
dotcloud supports several, so I of course use Postgres
I added this to
dotcloud.yml
frontend: type: perl psql: type: postgresql
And pushed again
~/jobs/stuwercal$
dotcloud push stuwercal .