Cannot start redmine
Added by Kev Tan almost 13 years ago
Hi All,
I am trying to create redmine on my server. I have zero experience on ruby, rails, etc. I followed the instruction on redmine to install it, but no luck.
Here is my spec:
OS: redhat
ruby: 1.8.7
gem list --local:
actionmailer (2.3.14)
actionpack (2.3.14)
activerecord (2.3.14)
activeresource (2.3.14)
activesupport (2.3.14)
cgi_multipart_eof_fix (2.5.0)
coderay (1.0.5)
daemon_controller (0.2.6)
fastthread (1.0.7)
i18n (0.4.2)
mysql (2.8.1)
passenger (3.0.11)
rack (1.4.1, 1.1.3)
rails (2.3.14)
rake (0.9.2.2)
rdoc (2.4.2)
I added these lines onto my /etc/httpd/conf/httpd.conf
LoadModule passenger_module /usr/local/lib/ruby/gems/1.8/gems/passenger-3.0.11/ext/apache2/mod_passenger.so
PassengerRoot /usr/local/lib/ruby/gems/1.8/gems/passenger-3.0.11
PassengerRuby /usr/local/bin/ruby
sudo ln -s /var/sites/redmine /var/projects/redmine-1.3.0/public
cd /var/projects/redmine-1.3.0
ruby scripts/server -e production
Webrick is running...
restart httpd
configured my database.yml
When I try to locate redmine as http://localhost/redmine
It always redirects me to the linux noindex.html page. In other words, rails has no clue how to find controllers.
I tried to use ruby/rails to create a small project, such as
cd /var/projects
rails mytest
then created a home index controller, removed default index.html file. I also got the same thing.
What goes wrong here?
Thanks,
Kev
Replies (3)
RE: Cannot start redmine - Added by Kev Tan almost 13 years ago
Never mind. It was our firewall issue.
RE: Cannot start redmine - Added by Luke Wright almost 13 years ago
Great that you have figured it out, i will also install it today on mine and will see the result later if i will get that problem...
Learn How To Properly Care For Their Finches in 7 Days (Or Less)
finches information, finches zebra, gouldian finches, breeding finches, finches cages, society finches, finches pets, finches birds, cages for finches, aviary finches, finches nest
RE: Cannot start redmine - Added by Luke Wright almost 13 years ago
The same problem here and the cause was also the firewall