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:
parent
4fe93f5261
commit
f321cb7703
1 changed files with 2 additions and 3 deletions
|
@ -232,9 +232,8 @@ 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
|
||||
$rake_exec db:migrate --trace
|
||||
$rake_exec assets:precompile --trace
|
||||
|
||||
#=================================================
|
||||
# POPULATE THE DATABASE
|
||||
|
|
Loading…
Add table
Reference in a new issue