can I use plugins without installing rails?
Added by bon ami over 9 years ago
I followed a how-to and installed following packages for redmine on Ubuntu.
apt-get install ruby rubygems libruby libapache2-mod-passenger ruby-dev libmysqlclient-dev libmagickcore-dev libmagickwand-dev git-core redmine redmine-mysql
Its page shows. So I guess it is running well.
However, when I tried to install a plugin for it, I learned I needed rails, specifically, I cannot install it without rake command.
Does that mean I have to install rails for plugins even though redmine does not need it?
Can I just put the plugin in redmine's directory, which I do not know?
Thanks.
Replies (2)
RE: can I use plugins without installing rails? - Added by bon ami over 9 years ago
i installed it and put plugin under /usr/lib/ruby/vendor_ruby/rails/plugin.
Now I am figuring how to restart redmine. (in a post in Help section)
RE: can I use plugins without installing rails? - Added by Jan Niggemann (redmine.org team member) over 9 years ago
Redmine depends on rails, if your redmine is running fine, then you have rails installed.