We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 tar -xvzf master mv tigrish-redmine_s3-235ee25/* . git add . git commit -m "Add s3 support"
I tried these two ways. but the plugin directory is empty:
$ ls vendor/plugins/redmine_s3/ $
Here is what I got: https://github.com/mapreferee/redmine_aws3/tree/master/vendor/plugins
Wonder if I have done something wrong here?
The text was updated successfully, but these errors were encountered:
You may need to remove vendor/plugins from .gitignore
Sorry, something went wrong.
No, vendor/plugins is not in the .gitignore. [https://github.com/mapreferee/redmine_aws3/blob/master/.gitignore]
Can this plugin be installed when redmine is running on heroku already?
p.s. pushing code to github/heroku works when I install redmine from the scratch and delete the .git directory in your git file.
Merge pull request ka8725#9 from nlehuen/handle_metadata
f2b5f15
Set Content-Type and Content-Disposition on S3 objects
No branches or pull requests
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
tar -xvzf master
mv tigrish-redmine_s3-235ee25/* .
git add .
git commit -m "Add s3 support"
I tried these two ways. but the plugin directory is empty:
$ ls vendor/plugins/redmine_s3/
$
Here is what I got:
https://github.com/mapreferee/redmine_aws3/tree/master/vendor/plugins
Wonder if I have done something wrong here?
The text was updated successfully, but these errors were encountered: