Skip to content
New issue

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

The plugin directory is empty on heroku #9

Open
mapreferee opened this issue Feb 1, 2012 · 2 comments
Open

The plugin directory is empty on heroku #9

mapreferee opened this issue Feb 1, 2012 · 2 comments

Comments

@mapreferee
Copy link

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?

@tigrish
Copy link
Owner

tigrish commented Feb 1, 2012

You may need to remove vendor/plugins from .gitignore

@mapreferee
Copy link
Author

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.

nlehuen referenced this issue in nlehuen/redmine_s3 Jan 8, 2013
Set Content-Type and Content-Disposition on S3 objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants