tigrish / redmine_s3

Uses Amazon S3 for storing attachments
50 stars 84 forks source link

The plugin directory is empty on heroku #9

Open mapreferee opened 12 years ago

mapreferee commented 12 years ago

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 commented 12 years ago

You may need to remove vendor/plugins from .gitignore

mapreferee commented 12 years ago

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.