RE: [Urgent Help!]Redmine 500 error(Mysql2::Error) ยป fetchallrepochangeset.bat
| 1 |
echo Absolute path to your redmine installation here |
|---|---|
| 2 |
set REDMINE_ROOT=D:\BitNami\redmine-2.3.2-0\apps\redmine\htdocs |
| 3 |
|
| 4 |
echo Name of your production environment (most cases "production") |
| 5 |
set RAILS_ENV=production |
| 6 |
|
| 7 |
echo These lines do the actual work |
| 8 |
cd /d %REDMINE_ROOT% |
| 9 |
|
| 10 |
bundle exec rake -f D:\BitNami\redmine-2.3.2-0\apps\redmine\htdocs\Rakefile RAILS_ENV=%RAILS_ENV% redmine:fetch_changesets |