Skip to content

Commit

Permalink
added more generic capistrano configuration info
Browse files Browse the repository at this point in the history
  • Loading branch information
lacyrhoades authored and everzet committed Oct 13, 2010
1 parent 4c8a12c commit e2b1f91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ To deploy your application, simply run:

## Deployment ##

To specify the username/password to use over SSH, add the following configuration to your `config/deploy.rb` file:

set :user, 'username'
set :password, 'password'

To configure database on production environment, run:

cap symfony:configure:database
Expand Down

0 comments on commit e2b1f91

Please sign in to comment.