Project

General

Profile

Installing Redmine on Windows

Added by Deepak Bhatia over 14 years ago

Hi,

Please send me the steps on how to install "REDMINE" on "Windows".

Thanks

Deepak


Replies (3)

RE: Installing Redmine on Windows - Added by John Reynolds over 14 years ago

You might consider this that I wrote a while back:

http://www.redmine.org/boards/1/topics/3477

or this:

http://www.redmine.org/boards/1/topics/9639

I can't vouch for it working with the latest .8x branch. It should from what I can tell.
I finally migrated to Ubuntu, because the support for a Windows version just isn't as prevelant.
The Q!WinRails may change that.

Good luck.

RE: Installing Redmine on Windows - Added by Diana Susca over 14 years ago

Hi!

I'm having the same problem here. I downloaded porstgreSql which had an option to install ROR, that I checked.
Then I downloaded redmine 0.8.7 and placed it under pgRails/rails_apps
Then I created the DB, edited the config/database.yml as required
I tried to run
rake config/initializers/session_store.rb

but there is no session_store.rb there.
the only files there are:
10-patches.rb
20-mime_types.rb
30-redmine.rb
40-email.rb
bigdecimal-segfault-fix.rb

- no session_store

I tried to skip this step, and run the next one:
RAILS_ENV=production rake db:migrate

there is no RAILS_ENV file in my rails directory at all.

I'm completely lost here!

Please help

RE: Installing Redmine on Windows - Added by Eric Davis about 14 years ago

Diana Susca wrote:

I tried to run
rake config/initializers/session_store.rb

but there is no session_store.rb there.

When you run that command, it will create one for you. It means "Create the session_store.rb if there isn't one there already".

Eric Davis

    (1-3/3)