diff --git a/scripts/install b/scripts/install index b1504d4..60c3fd9 100644 --- a/scripts/install +++ b/scripts/install @@ -232,6 +232,7 @@ fi ynh_script_progression --message="Preparing the database..." rake_exec="exec_login_as $app RAILS_ENV=production bin/rake" +ynh_exec_warn_less $rake_exec db:create ynh_exec_warn_less $rake_exec db:migrate ynh_exec_warn_less $rake_exec assets:precompile