Actions
Defect #18323
closedUpgrade wiki page does not use 'bundle exec' for rake tasks
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
http://www.redmine.org/projects/redmine/wiki/RedmineUpgrade does not use 'bundle exec' for rake, which it should so that users have a more seamless experience.
Examples:
rake generate_secret_token
... should be
bundle exec rake generate_secret_token
And:
rake db:migrate RAILS_ENV=production
... should be
bundle exec rake db:migrate RAILS_ENV=production
Updated by Jean-Philippe Lang over 10 years ago
- Category set to Documentation
- Status changed from New to Closed
- Resolution set to Fixed
Fixed.
Actions