Ruby is required for Redmine.
Ruby installer adds the following to the PATH:
C:\Ruby187\bin;
Steps
- gem install bundle
- gem install webrick
- gem install rails
json package
json native package requires installation of DevKit.
http://github.com/oneclick/rubyinstaller/wiki/Development-Kit
cd <devkit_install_dir>
ruby dk.rb init
ruby dk.rb review
ruby dk.rb install
rmagick can't be installed on Windows. Use:
bundle install --without development test rmagick
Configuring Redmine
rake generate_secret_token
Running
ruby script/rails server webrick -e production
No comments:
Post a Comment