mirror of
https://github.com/YunoHost-Apps/redmine_ynh.git
synced 2024-09-03 20:16:16 +02:00
Update install
This commit is contained in:
parent
3ea8c8778e
commit
9be61ed620
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ pushd $final_path
|
|||
bundle install --without development test rmagick
|
||||
mv config/application.example.yml config/application.yml
|
||||
key=$(RAILS_ENV=production bin/rake secret)
|
||||
ynh_replace_string "__SECRET_KEY_HERE__" "$key" "/opt/pia-back/config/application.yml"
|
||||
ynh_replace_string "__SECRET_KEY_HERE__" "$key" "$final_path/config/application.yml"
|
||||
#RAILS_ENV=production bin/rake db:create
|
||||
RAILS_ENV=production bin/rake db:migrate
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue