Skip to content

Commit

Permalink
started adding task for db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
zuk committed Sep 11, 2010
1 parent 882263b commit 7b1db2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ require 'config/hoe' # setup Hoe + all gem configuration

Dir['tasks/**/*.rake'].each { |rake| load rake }

namespace :db do
desc "bring your CAS server database schema up to date"
end

desc "generate a self signed SSL certificate (in order to get going easily)"
task :generate_ssl_certificate do
`mkdir -p ssl/newcerts ssl/private`
Expand Down

0 comments on commit 7b1db2c

Please sign in to comment.