Redmine on site5
Added by Aleksandar Pavic over 15 years ago
Hi guys, I'm pretty new to ruby, and redmine, I'm trying to install redmine to subdir on my site
http://www.metodsoftver.com/redmine/
here is what I have done:- checked out 0.8.3 to ~/public_html/redmine
- followed everything on http://www.redmine.org/wiki/redmine/RedmineInstall
- got it running by typing ruby script/server webrick -e production
So than is when I felt into problems
navigating to http://www.metodsoftver.com/redmine/ dumps directory content
so I renamed /public/dispatch.fcgi.example to dispatch.fcgi and than when I access
http://www.metodsoftver.com/redmine/public I just get Application failed to initialize propertly.
Here is my server info:
ruby 1.8.7 (2008-06-20 patchlevel 22) [i686-linux]
Rails 2.2.2
Thnx!
Replies (3)
RE: Redmine on site5 - Added by Aleksandar Pavic over 15 years ago
Update when I run ./dispatch.fcgi in /public it dumps html which looks ok
but when I access it via http: it dumps Rails app failed...
RE: Redmine on site5 - Added by Aleksandar Pavic over 15 years ago
This is what I got when I run
ruby script/about -e production
About your application's environment
Ruby version 1.8.7 (i686-linux)
RubyGems version 1.3.1
Rails version 2.1.2
Active Record version 2.1.2
Action Pack version 2.1.2
Active Resource version 2.1.2
Action Mailer version 2.1.2
Active Support version 2.1.2
Application root /home/metodsof/public_html/redmine
Environment development
Database adapter mysql
RE: Redmine on site5 - Added by Aleksandar Pavic over 15 years ago
Fixed, added
ENV['GEM_PATH'] = '/home/metodsof/.gem/ruby/1.8/gems:/home/metodsof/.gem/ruby/1.8'
to environment.rb