http://zengrong.net/post/1936.htm

 

http://kurui.iteye.com/blog/1838569

安装文档

https://wiki.bitnami.com/Applications/BitNami_Redmine#How_to_install_a_plugin_on_Redmine.3f

 

插件说明

http://www.redmine.org/plugins/scrum-plugin#ratings

 

 

DNS

http://blogread.cn/it/article/4803?f=wb

 

 

tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ bundle install --without development test postgresql sqlite --no-deployment
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Using rake 10.4.2
Using i18n 0.7.0
/var/www/redmine/ruby/lib/ruby/gems/2.0.0/gems/bundler-1.9.6/lib/bundler.rb:317: warning: Insecure world writable dir /var/www in PATH, mode 040777

Gem::RemoteFetcher::FetchError: Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/gems/json-1.8.2.gem)
An error occurred while installing json (1.8.2), and Bundler cannot continue.
Make sure that `gem install json -v '1.8.2'` succeeds before bundling.
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ gem install json -v '1.8.2'
Fetching: json-1.8.2.gem (100%)
Building native extensions.  This could take a while...
/var/www/redmine/ruby/lib/ruby/2.0.0/rubygems/ext/builder.rb:54: warning: Insecure world writable dir /var/www in PATH, mode 040777
Successfully installed json-1.8.2
Parsing documentation for json-1.8.2
unable to convert "\x82" from ASCII-8BIT to UTF-8 for lib/json/ext/generator.so, skipping
unable to convert "\xD0" from ASCII-8BIT to UTF-8 for lib/json/ext/parser.so, skipping
Installing ri documentation for json-1.8.2
1 gem installed
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ bundle install --without development test postgresql sqlite --no-deployment
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.2
/var/www/redmine/ruby/lib/ruby/gems/2.0.0/gems/bundler-1.9.6/lib/bundler.rb:317: warning: Insecure world writable dir /var/www in PATH, mode 040777

Gem::RemoteFetcher::FetchError: Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/gems/minitest-5.6.0.gem)
An error occurred while installing minitest (5.6.0), and Bundler cannot continue.
Make sure that `gem install minitest -v '5.6.0'` succeeds before bundling.
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ gem install minitest -v '5.6.0'
Fetching: minitest-5.6.0.gem (100%)
Successfully installed minitest-5.6.0
Parsing documentation for minitest-5.6.0
Installing ri documentation for minitest-5.6.0
1 gem installed
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ bundle install --without development test postgresql sqlite --no-deployment
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.2
Using minitest 5.6.0
/var/www/redmine/ruby/lib/ruby/gems/2.0.0/gems/bundler-1.9.6/lib/bundler.rb:317: warning: Insecure world writable dir /var/www in PATH, mode 040777

Gem::RemoteFetcher::FetchError: Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/gems/thread_safe-0.3.5.gem)
An error occurred while installing thread_safe (0.3.5), and Bundler cannot continue.
Make sure that `gem install thread_safe -v '0.3.5'` succeeds before bundling.
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ gem install thread_safe -v '0.3.5'
Fetching: thread_safe-0.3.5.gem (100%)
Successfully installed thread_safe-0.3.5
Parsing documentation for thread_safe-0.3.5
Installing ri documentation for thread_safe-0.3.5
1 gem installed
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ bundle install --without development test postgresql sqlite --no-deployment
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.2
Using minitest 5.6.0
Using thread_safe 0.3.5
/var/www/redmine/ruby/lib/ruby/gems/2.0.0/gems/bundler-1.9.6/lib/bundler.rb:317: warning: Insecure world writable dir /var/www in PATH, mode 040777

Gem::RemoteFetcher::FetchError: Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/gems/tzinfo-1.2.2.gem)
An error occurred while installing tzinfo (1.2.2), and Bundler cannot continue.
Make sure that `gem install tzinfo -v '1.2.2'` succeeds before bundling.
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$

 

tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ gem install tzinfo -v '1.2.2'
Fetching: tzinfo-1.2.2.gem (100%)
Successfully installed tzinfo-1.2.2
Parsing documentation for tzinfo-1.2.2
Installing ri documentation for tzinfo-1.2.2
1 gem installed
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ bundle install --without development test postgresql sqlite --no-deployment
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.2
Using minitest 5.6.0
Using thread_safe 0.3.5
Using tzinfo 1.2.2
/var/www/redmine/ruby/lib/ruby/gems/2.0.0/gems/bundler-1.9.6/lib/bundler.rb:317: warning: Insecure world writable dir /var/www in PATH, mode 040777

Gem::RemoteFetcher::FetchError: Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/gems/activesupport-4.2.1.gem)
An error occurred while installing activesupport (4.2.1), and Bundler cannot continue.
Make sure that `gem install activesupport -v '4.2.1'` succeeds before bundling.
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ gem install activesupport -v '4.2.1'
Fetching: activesupport-4.2.1.gem (100%)
Successfully installed activesupport-4.2.1
Parsing documentation for activesupport-4.2.1
unable to convert "\x84" from ASCII-8BIT to UTF-8 for lib/active_support/values/unicode_tables.dat, skipping
Installing ri documentation for activesupport-4.2.1
1 gem installed
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$

 

 

gem install rake -v '10.4.2'

gem install json -v '1.8.2'

gem install minitest -v '5.6.0'

gem install thread_safe -v '0.3.5'

gem install tzinfo -v '1.2.2'

gem install activesupport -v '4.2.1'

gem install builder -v '3.2.2'

gem install mini_portile -v '0.6.2'

gem install nokogiri -v '1.6.6.2'

 

 

Gem::RemoteFetcher::FetchError: Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/gems/nokogiri-1.6.6.2.gem)
An error occurred while installing nokogiri (1.6.6.2), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.6.6.2'` succeeds before bundling.
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$ gem install nokogiri -v '1.6.6.2'
Fetching: nokogiri-1.6.6.2.gem (100%)
Building native extensions.  This could take a while...
/var/www/redmine/ruby/lib/ruby/2.0.0/rubygems/ext/builder.rb:54: warning: Insecure world writable dir /var/www in PATH, mode 040777
ERROR:  Error installing nokogiri:
    ERROR: Failed to build gem native extension.

    /var/www/redmine/ruby/bin/ruby extconf.rb
checking if the C compiler accepts -I/var/www/redmine/common/include/ImageMagick -I/var/www/redmine/common/include -I/var/www/redmine/common/include/ImageMagick -I/var/www/redmine/common/include ... yes
Building nokogiri using packaged libraries.
checking for gzdopen() in -lz... yes
checking for iconv... no
-----
libiconv is missing.  Please locate mkmf.log to investigate how it is failing.
-----
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

Provided configuration options:
    --with-opt-dir
    --without-opt-dir
    --with-opt-include
    --without-opt-include=${opt-dir}/include
    --with-opt-lib
    --without-opt-lib=${opt-dir}/lib
    --with-make-prog
    --without-make-prog
    --srcdir=.
    --curdir
    --ruby=/var/www/redmine/ruby/bin/ruby
    --help
    --clean
    --use-system-libraries
    --enable-static
    --disable-static
    --with-zlib-dir
    --without-zlib-dir
    --with-zlib-include
    --without-zlib-include=${zlib-dir}/include
    --with-zlib-lib
    --without-zlib-lib=${zlib-dir}/lib
    --enable-cross-build
    --disable-cross-build


Gem files will remain installed in /var/www/redmine/ruby/lib/ruby/gems/2.0.0/gems/nokogiri-1.6.6.2 for inspection.
Results logged to /var/www/redmine/ruby/lib/ruby/gems/2.0.0/gems/nokogiri-1.6.6.2/ext/nokogiri/gem_make.out
tctq4master@ubuntu-gitlab-server:/var/www/redmine/apps/redmine/htdocs$

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐