Project

General

Profile

Run Redmine through IDE

Added by Suman Ravuri about 12 years ago

Hi All,
I would like to have development environment setup for redmine, where I can debug the code and modify the necessary code. Can you please suggest me an IDE that help me in this.

I have tried eclipse and installed radrails on.I was able to load the redmine codebase into eclipse, but when I try to bring up WEbrick Server, I am getting the following error

"Redmine requires Bundler. Please install it with `gem install bundler'."

and server is not starting.Any help in this regard will be appreciated.

Thanks,
Suman


Replies (1)

RE: Run Redmine through IDE - Added by Evgeniy Avdeev about 3 years ago

Very old question, but no answer
+ search queries lead to this page, so I will share here how I managed to run Redmine in the IDE.

As an IDE, I used RubyMine - not a free option (there is a 30-day trial), but so far I have been able to run only in it. Perhaps it can be run in another open IDE as well.

Unfortunately, I ran from under Windows, but most likely in *nix the settings will be even simpler.

1. Install RubyMine
2. Install Ruby (in Windows use RubyInstaller)
3. Install SQL-server (for example, MariaDB), set the name and password of the administrator user, create the "redmine" database
4. Download the redmine distribution, open it in RubyMine, install the Database Navigator plugin, set the settings for connecting to the SQL database.
5. run "bundle install" frome the Terminal (RubyMine has it)
6. Run the project in RubyMine
7. By default your redmine would be accesible by http://127.0.0.1:3000/
8. Enjoy

    (1-1/1)