adapt install.sh to the new config files,
remove some unnecessary stuff
This commit is contained in:
parent
83ab60ab9e
commit
b71e1a08dc
1 changed files with 6 additions and 6 deletions
|
|
@ -411,8 +411,8 @@ prepare_install_env
|
||||||
database_setup
|
database_setup
|
||||||
|
|
||||||
|
|
||||||
echo "copying application.yml.example to application.yml"
|
echo "copying diaspora.yml.example to diaspora.yml"
|
||||||
run_or_error "cp config/application.yml.example config/application.yml"
|
run_or_error "cp config/diaspora.yml.example config/diaspora.yml"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -421,7 +421,7 @@ prepare_gem_bundle
|
||||||
|
|
||||||
|
|
||||||
echo "creating the default database specified in config/database.yml. please wait..."
|
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 ""
|
echo ""
|
||||||
|
|
||||||
define GOODBYE_MSG <<EOT
|
define GOODBYE_MSG <<EOT
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue