ChiliProject is not maintained anymore.
Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and
we urge all existing users to migrate their data to a maintained
system, e.g. Redmine. We will
provide a migration script later. In the meantime, you can use the
instructions by
Christian Daehn.
Forums » Discuss »
Turn off rmagick before installation
Added by Adam Klinkosz at 2011-09-15 06:33 am
I am trying to install ChiliProject on Windows - rmagick error occurs. Is there a way to turn off the requirement of this before installation?
It's a pity I can not use ChiliProject because of some minor feature.
Thank you for the help.
See the Bundler documentation, at the step bundle install
, supply the option to remove the rmagick group like this: bundle install --without=rmagick
.
Kevin, thanks for updating the tutorial :-)