adapt install.sh to the new config files,

remove some unnecessary stuff
This commit is contained in:
Florian Staudacher 2012-10-06 12:04:22 +02:00
parent 83ab60ab9e
commit b71e1a08dc

View file

@ -411,8 +411,8 @@ prepare_install_env
database_setup
echo "copying application.yml.example to application.yml"
run_or_error "cp config/application.yml.example config/application.yml"
echo "copying diaspora.yml.example to diaspora.yml"
run_or_error "cp config/diaspora.yml.example config/diaspora.yml"
echo ""
@ -421,7 +421,7 @@ prepare_gem_bundle
echo "creating the default database specified in config/database.yml. please wait..."
run_or_error "bundle exec rake db:schema:load_if_ruby db:structure:load_if_sql --trace"
run_or_error "bundle exec rake db:schema:load_if_ruby --trace"
echo ""
define GOODBYE_MSG <<EOT