From 0fd15107ab0aae228a30416ab704c9990d1d1f7f Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Sun, 15 May 2011 02:01:08 -0700 Subject: [PATCH] set up database files in osx script --- INSTALL_ON_OSX | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL_ON_OSX b/INSTALL_ON_OSX index 661f9f0d2..a77c72739 100644 --- a/INSTALL_ON_OSX +++ b/INSTALL_ON_OSX @@ -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 "****************************************************************************"