1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

Update install

This commit is contained in:
ericgaspar 2022-05-19 23:15:00 +02:00
parent 4fe93f5261
commit f321cb7703

View file

@ -232,9 +232,8 @@ fi
ynh_script_progression --message="Preparing the database..." ynh_script_progression --message="Preparing the database..."
rake_exec="exec_login_as $app RAILS_ENV=production bin/rake" rake_exec="exec_login_as $app RAILS_ENV=production bin/rake"
ynh_exec_warn_less $rake_exec db:create $rake_exec db:migrate --trace
ynh_exec_warn_less $rake_exec db:migrate $rake_exec assets:precompile --trace
ynh_exec_warn_less $rake_exec assets:precompile
#================================================= #=================================================
# POPULATE THE DATABASE # POPULATE THE DATABASE