redmine_s3
redmine_s3 copied to clipboard
Uses Amazon S3 for storing attachments
If you install the plugin and restart the apache service, a Remine error occurs. Please tell me how to solve this problem. ==================================================================================================== The Phusion Passenger application server tried to...
Command this, but it failured. rake redmine:plugins:migrate RAILS_ENV=production Error: NoMethodError: undefined method `before_filter' for AttachmentsController:Class Maybe Replace "skip_before" to "before_action".
See: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#UsingAWSSDK-sig2-deprecation
Hi, I have install the s3 plugin on my redmine platform, and the files can stored to my S3 server successful. But I have some files have stored on local...
If i run # rake redmine_s3:files_to_s3 (in /var/www/redmine) rake aborted! Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) I use external MySQL database. What I can change in...
The following occurs on Heroku Bamboo when I run the initial db migration. The same error does not occur on Amazon AWS with a Bitnami stack. *\* Invoke db:migrate (first_time)...
I'm using this with CP on Heroku. The gist of the error is here: https://gist.github.com/286f26ff43fc37dd7488 but I'll inline it here as well: ``` => Booting WEBrick => Rails 2.3.14 application...
Hi! I tried to get the git file by using git clone https://github.com/tigrish/redmine_s3 vendor/plugins/redmine_s3 git add config/s3.yml vendor/plugins/redmine_s3/ git commit -m "Add s3 support" And mkdir vendor/plugins/redmine_s3 directory wget https://github.com/tigrish/redmine_s3/tarball/master...