alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
452 stars 199 forks source link

The git source https://github.com/y-yoshinoya/redmine_acts_as_taggable_on is not yet checked out #328

Closed sgohl closed 7 years ago

sgohl commented 8 years ago

Hi all, I have a redmine3.2.3 docker container (official redmine) and am failing to install this plugin.

root@655df7f29668:/usr/src/redmine/plugins# git clone https://github.com/alexbevi/redmine_knowledgebase.git -b redmine-3.0-compat
Cloning into 'redmine_knowledgebase'...
remote: Counting objects: 4434, done.        
remote: Total 4434 (delta 0), reused 0 (delta 0), pack-reused 4434        
Receiving objects: 100% (4434/4434), 1015.02 KiB | 330.00 KiB/s, done.
Resolving deltas: 100% (1686/1686), done.
Checking connectivity... done.
root@655df7f29668:/usr/src/redmine/plugins# cd redmine_knowledgebase/
root@655df7f29668:/usr/src/redmine/plugins/redmine_knowledgebase# bundle install
Fetching https://github.com/y-yoshinoya/redmine_acts_as_taggable_on
Resolving dependencies...
Using i18n 0.7.0
Using json 1.8.3
Using minitest 5.9.0
Using thread_safe 0.3.5
Using builder 3.2.2
Using arel 6.0.3
Using ya2yaml 0.31
Using bundler 1.12.4
Using tzinfo 1.2.2
Using activesupport 4.2.6
Using activemodel 4.2.6
Using activerecord 4.2.6
Using acts-as-taggable-on 3.5.0
Using awesome_nested_set 3.1.1
Using redmine_acts_as_taggable_on 1.1.0 from https://github.com/y-yoshinoya/redmine_acts_as_taggable_on (at acts_as_taggable_on-3.5.0@1c97df3)
Bundle complete! 3 Gemfile dependencies, 15 gems now installed.
Gems in the groups development and test were not installed.
Bundled gems are installed into /usr/local/bundle.
root@655df7f29668:/usr/src/redmine/plugins/redmine_knowledgebase# rake redmine:plugins:migrate NAME=redmine_knowledgebase
The git source https://github.com/y-yoshinoya/redmine_acts_as_taggable_on is not yet checked out. Please run `bundle install` before trying to start your application

When I search for the gem, it's not a repository

# cd /usr/local/bundle/gems/acts-as-taggable-on-3.5.0
root@655df7f29668:/usr/local/bundle/gems/acts-as-taggable-on-3.5.0# ls -al
total 176
drwxr-sr-x. 6 root staff  4096 Jun  7 10:22 .
drwxr-sr-x. 1 root staff  4096 Jun  7 10:22 ..
-rw-r--r--. 1 root staff   111 Jun  7 10:22 .gitignore
-rw-rw-r--. 1 root staff    21 Jun  7 10:22 .rspec
-rw-rw-r--. 1 root staff   754 Jun  7 10:22 .travis.yml
-rw-rw-r--. 1 root staff   475 Jun  7 10:22 Appraisals
-rw-rw-r--. 1 root staff 12839 Jun  7 10:22 CHANGELOG.md
-rw-r--r--. 1 root staff  2119 Jun  7 10:22 CONTRIBUTING.md
-rw-rw-r--. 1 root staff   172 Jun  7 10:22 Gemfile
-rw-rw-r--. 1 root staff   160 Jun  7 10:22 Guardfile
-rw-rw-r--. 1 root staff  1080 Jun  7 10:22 LICENSE.md
-rw-rw-r--. 1 root staff 13688 Jun  7 10:22 README.md
-rw-rw-r--. 1 root staff   472 Jun  7 10:22 Rakefile
-rw-rw-r--. 1 root staff   211 Jun  7 10:22 UPGRADING.md
-rw-rw-r--. 1 root staff  1439 Jun  7 10:22 acts-as-taggable-on.gemspec
drwxr-sr-x. 3 root staff  4096 Jun  7 10:22 db
drwxr-sr-x. 2 root staff  4096 Jun  7 10:22 gemfiles
drwxr-sr-x. 4 root staff  4096 Jun  7 10:22 lib
drwxr-sr-x. 5 root staff  4096 Jun  7 10:22 spec
root@655df7f29668:/usr/local/bundle/gems/acts-as-taggable-on-3.5.0# git branch
fatal: Not a git repository (or any of the parent directories): .git
rickgerdes commented 8 years ago

Trying to install and getting same result.

undigo commented 8 years ago

to install this plugin on bitnami redmine 3.3.0, I fix it with this gem : from repo rubygems you can found :https://rubygems.org/gems/redmine_acts_as_taggable_on copy /paste gem install redmine_acts_as_taggable_on install it from your htdocs redmine folder then finish this installation with the install plugin guide of Redmine Have fun !

alexbevi commented 7 years ago

@undigo @rickgerdes @port22 sorry for the (extremely) late reply, but this shouldn't be an issue anymore. I've been using a fork of this library for a while now (at https://github.com/alexbevi/redmine_acts_as_taggable_on)