Install redmine-0.8.0, error: rake/rdoctask
Added by cherry Tsai over 11 years ago
Today, I installed redmine-0.8.0, I have a trouble, I run the following command
"rake db:migrate RAILS_ENV="production"
enter
[show error]
rake aborted!
ERROR: 'rake/rdoctask' is obsolete and no longer supported. Use 'rdoc/task' (available in RDoc 2.4.2+) instead.
How can I solve it ?
(Installed redmine-2.2.3 is successfully.)
My Environment
ubuntu 12.10
RubyGems Environment:
- RUBYGEMS VERSION: 1.8.23
- RUBY VERSION: 1.9.3 (2012-04-20 patchlevel 194) [x86_64-linux]
- INSTALLATION DIRECTORY: /var/lib/gems/1.9.1
- RUBY EXECUTABLE: /usr/bin/ruby1.9.1
- EXECUTABLE DIRECTORY: /usr/local/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-linux
- GEM PATHS:
- /var/lib/gems/1.9.1
- /root/.gem/ruby/1.9.1
rake (10.0.3, 0.8.7)
rails (3.2.12, 3.2.8, 2.1.2)
Replies (5)
RE: Install redmine-0.8.0, error: rake/rdoctask - Added by Jan Niggemann (redmine.org team member) over 11 years ago
Why do you install a version that is more than 4 years old?
RE: Install redmine-0.8.0, error: rake/rdoctask - Added by cherry Tsai over 11 years ago
Hi, Jan Niggemann. Thanks your reply.
Because I have a online web page, redmine version is 0.8
its Environment:
linux version Debian GNU/linux 5.0
Redmine version 0.8-stable
Ruby version 1.8.7 (i486-linux)
Environment production
Database adapter MySQL
I want to redmine data move to new machine, and do mysql database rsync.
RE: Install redmine-0.8.0, error: rake/rdoctask - Added by Ivan Cenov over 11 years ago
This ancient Redmine will not run on up-to-day Ruby 1.9.3, rails 3.x.x. Probably, you have to install ancient versions of Ruby and Rails on the new machine.
RE: Install redmine-0.8.0, error: rake/rdoctask - Added by Jan Niggemann (redmine.org team member) over 11 years ago
Please note that your version of redmine has security issues, and the underlying rails most probably also has
RE: Install redmine-0.8.0, error: rake/rdoctask - Added by cherry Tsai over 11 years ago
Hi, Ivan Cenov and Jan Niggemann thanks for you response.