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 22:59:48 +02:00
parent 55986ed3ff
commit 4fe93f5261

View file

@ -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