set up database files in osx script

This commit is contained in:
Maxwell Salzberg 2011-05-15 02:01:08 -07:00
parent 5b5fb7c599
commit 0fd15107ab

View file

@ -96,6 +96,9 @@ task :install do
puts "Setting up your default app configuration..."
system("cp config/app_config.yml.example config/app_config.yml")
puts "Setting up your default database configuration..."
system("cp config/database.yml.example config/database.yml")
puts "****************************************************************************"
puts "***************************** CONGRATS! ***********************************"
puts "****************************************************************************"