This forum is no longer active. Please post your questions to our new community site

Recent Posts by 2called-chaos

Subscribe to Recent Posts by 2called-chaos 2 post(s) found

14 Sep, 2009 01:09 PM
Avatar 2called-chaos 2 post(s)

Topic: Redmine / post-installation problems(rakefile)

I tried you workaround but if I call the redmineini.bat I get the same error:

C:\Programme\Redmine\apps\redmine\scripts>redmineini.bat
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
C:/Programme/Redmine/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2377:in
`raw_load_rakefile’
(See full trace by running task with —trace)
Das System kann die angegebene Datei nicht finden.

I wish it would work.

Regards,

Chaos

 
06 Sep, 2009 01:31 PM
Avatar 2called-chaos 2 post(s)

Topic: Redmine / post-installation problems(rakefile)

Hi! I got the same Problem (Win2000 SP4)…

At the end of the installation I get first this error:
-————————————
Warning
-————————————
Problem running post-install step. Installation may not complete correctly
Error running C:\Programme\BitNami Redmine Stack/apps/redmine\scripts\redmineini.bat : rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
C:/Programme/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2377:in `raw_load_rakefile’
(See full trace by running task with -trace)
Das System kann die angegebene Datei nicht finden.
-
————————————-
OK
-————————————

Than for more than 10 times this error:
-————————————
ruby.exe – DLL nicht gefunden
-————————————
Die Dynamic Link Library CORE_RL_magick_.dll wurde nicht im angegebenen Pfad C:\Programme\BitNami Redmine Stack\ruby\bin;.;C:\WINNT\system32;C:\WINNT\system;C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem gefunden.
-————————————
OK
-————————————

This is the redmineini.bat:
@echo off
rem Populate databases and load default data

CALL C:\PROGRA~1\BITNAM~1\scripts\setenv.bat

cd C:\Programme\BitNami Redmine Stack/apps/redmine
cmd /C rake db:migrate RAILS_ENV=“production”
rake redmine:load_default_data RAILS_ENV=“production” < lng.txt

Regards

Chaos