Project

General

Profile

Why my redmine server running slowly,not good enough

Added by yu xiaohang over 13 years ago

I deploy redmine on my pc windowsxp sp3 and using “ruby script/server” to run it,but it can‘t run fast enough,when i click one item on webpage it will take 2-3sec to display new page,especially in versionbase it will take 10sec! to display。

why,。。 i don't know how to improve it ,please help me ,this system will soon be chosed to manage my project,i am sorry for my poor english ,i will study it later thanks!!!


Replies (7)

RE: Why my redmine server running slowly,not good enough - Added by Felix Schäfer over 13 years ago

Webrick (the server you get when running ruby script/server in a rails application) is fine for testing and development, but isn't recommended in production. You should look at using mongrel+apache or something similar if you have to stick to windows, but I'd even recommend getting a linux server and run redmine on passenger+apache. There are howtos on this wiki for these and several other serving options.

RE: Why my redmine server running slowly,not good enough - Added by yu xiaohang over 13 years ago

hello Felix Schäfer

Thankyou for your recommend ,first i deploy on webbrick ,then i do it using InstantRails but it still running slow ,i will try to build mongrel+apache environment manually later,but thanks all the same。。。 haha my poor english i hope that you can read it。。。

RE: Why my redmine server running slowly,not good enough - Added by Kelly Peterson over 13 years ago

I installed Redmine on my Windows environment using the Bitnami Stack installer which installs everything including mongrel and apache and it works well, considering it is running on Windows!

RE: Why my redmine server running slowly,not good enough - Added by yu xiaohang over 13 years ago

hi kelly

thank you i searched that tool on google it is really a good one,i can find redmine stack here: [[http://bitnami.org/stack/redmine]]

there are lots of opensource projects can be deployed by this tool 。。。

RE: Why my redmine server running slowly,not good enough - Added by Михаил Чулицкий over 13 years ago

I recomend using nginx + mongrel_cluster. Very fast and stable!

RE: Why my redmine server running slowly,not good enough - Added by yu xiaohang over 13 years ago

there a lot of method to improve your installation,i tried kelly‘s method ,just install bitnami redmin stack it is really a good method for new users ,i believe your method will work too.thanks!

RE: Why my redmine server running slowly,not good enough - Added by Kelly Peterson over 13 years ago

We just started using Redmine here about 2 weeks ago, and we found the Bitnami installation to be extremely easy, and great for what we need. I have been playing around with it on my Windows PC and for our department, we used the Bitnami Linux installation and have been quite pleased with it as well. And I can't leave without giving my thumbs up to the Redmine application and all you folks that contribute to making it an even better product. Great job and Thank You!!!

    (1-7/7)