set up database files in osx script
This commit is contained in:
parent
5b5fb7c599
commit
0fd15107ab
1 changed files with 3 additions and 0 deletions
|
|
@ -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 "****************************************************************************"
|
||||
|
|
|
|||
Loading…
Reference in a new issue