ruby - How to install plugins on Redmine hosted on Heroku.com -
just pushed redmine heroku platform, though can't backlog-plugin work, works fine locally.
i have pushed local database heroku aswwell.
heroku's public directory not writable. default redmine assumes/requires so, on start of app server copies static assets plugins (like images, javascripts, css) public/plugin_assets
directory. on heroku, fails. , backlogs relies heavily on javascript, it's noticeable.
a common work-around copy these assets manually before deploying. can done running config locally once , checking copied assets source control deployed heroku.
notice public/plugin_assets
included default .gitignore
, need remove there obviously.
Comments
Post a Comment