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
339b239d42
commit
7d437d97b1
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ ynh_print_info "Compile Redmine..."
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
bundle install --without development test rmagick
|
bundle install --without development test rmagick
|
||||||
key=$(RAILS_ENV=production bin/rake secret)
|
key=$(RAILS_ENV=production bin/rake secret)
|
||||||
RAILS_ENV=production bin/rake secret
|
RAILS_ENV=production bin/rake generate_secret_token
|
||||||
#ynh_replace_string "__SECRET_KEY_HERE__" "$key" "$final_path/config/application.yml"
|
#ynh_replace_string "__SECRET_KEY_HERE__" "$key" "$final_path/config/application.yml"
|
||||||
RAILS_ENV=production bin/rake db:migrate
|
RAILS_ENV=production bin/rake db:migrate
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue