it's a little confusing to try to deploy the database -- the db:create and db:seed tasks take a :host parameter, but the rakefile has the username hardcoded, and the password comes from the database.yml
In order to use the llt deploy client tool for this I think we need to be able to pass host, username and password to the rake task.