Redmine just display the folder in browser
Added by Matthieu ESTRADA almost 10 years ago
Hello,
I've seen there was already some people who have this problem and I try to use the solutions but I can't have my redmine works. When I go to : "myserver/redmine" it just display folder. I've following this tutorial :
http://www.vincentliefooghe.net/content/installation-redmine-25-sur-debian-7-wheezy
And the installation goes well. I can't see where is my error.
Here is my passenger.conf
<IfModule mod_passenger.c>
PassengerRoot /usr
PassengerRuby /usr/bin/ruby
PassengerDefaultUser www-data
</IfModule>
Inside my sites-availables/default :
</Directory>
RailsBaseURI /usr/share/redmine/public
<Directory /usr/local/lib/redmine-0.8/public>
Options -MultiViews Indexes ExecCGI FollowSymLinks
</Directory>
If someone can help me or give me the way to follow ?
I'm on Debian 7.8 and have the privilege root.
I've already go there [[http://www.redmine.org/boards/2/topics/15491]] but I was a little lost.
ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]
rails -v
Rails 3.2.6
gem -v
1.8.23
When I run : ruby script/rails server webrick -e production
I got this message "Please install the mysql2 adapter: `gem install activerecord-mysql2-adapter` "
So I run this command, it's installed but change nothing.
Thanks
redmine.png (38.5 KB) redmine.png | Just Folder | ||
redmine_script.txt (4.88 KB) redmine_script.txt | ruby script/rails server webrick -e production |