Git Product home page Git Product logo

Comments (20)

sameersbn avatar sameersbn commented on July 21, 2024

@pengux The "Configuration" section used to be called "Advanced Options". You need to read the "Configuration" section

from docker-redmine.

pengux avatar pengux commented on July 21, 2024

@sameersbn Thanks, I thought it was... But I couldn't find anything about how to add plugins and themes. Is it possible?

from docker-redmine.

 avatar commented on July 21, 2024

@pengux you need to pull the repository from here, add the plugins to the file assets/setup/plugins/install and build the container yourself.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux what @sherkenh said.
If you want to add plugins to the main repo please send me a PR.

from docker-redmine.

pengux avatar pengux commented on July 21, 2024

@sameersbn I added the plugins:

  • redmine_agile
  • redmine_dashboard

and it builded successfully, but when running redmine, passenger throws an exception:

Could not find gem 'guard-rspec (>= 0) ruby' in the gems available on this machine. (Bundler::GemNotFound)

Seems like bundle install doesn't get run for these plugins?

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux please make sure the

bundle install --without development tests

is the last line of the plugins/install script. This line is where gems required by plugins are installed.

Put your plugin installation stuff before this line in plugins/install script.

from docker-redmine.

pengux avatar pengux commented on July 21, 2024

@sameersbn Yes, bundle install is last line of script... Maybe the plugins are not compatible with the ruby version?

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux redmine_agile might not be compatible. Its not been updated for over a year. redmine_dashboard seems to be in active development.

Maybe you should try with only redmine_dashboard first and see if it works

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux btw, redmine_dashboard seems like a pretty sweet plugin.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux btw, is this the redmine_agile plugin you are trying to install?
http://redminecrm.com/projects/agile/pages/1

If yes, then it should work since its from redminecrm.com

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux just installed redmine_agile from redminecrm.com, works fine for me. will try install redmine_dashboard

from docker-redmine.

pengux avatar pengux commented on July 21, 2024

@sameersbn Yes, that's the plugin from redmincrm.com. I'll try one plugin at a time and let you know.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux the issue is in the redmine_dashboard plugin. In the Gemfile they do not install the said plugin in production mode.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux I am able to install the two plugins. will test and commit the changes in a while. will let you know.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux have updated the master with the two plugins. build will be available on the docker index in a couple of hours (the build queue is long).

from docker-redmine.

pengux avatar pengux commented on July 21, 2024

@sameersbn Yes, me too. Just added the gem 'guard-rspec'for dashboard and it seems to work

from docker-redmine.

pengux avatar pengux commented on July 21, 2024

@sameersbn What do you think about making it possible to add plugins and themes without having to rebuild the images?

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux that thought has crossed my mind on more than one occasion, but i am not sure how I should go about it. I have not been able to put much thought into it. Any ideas?

from docker-redmine.

pengux avatar pengux commented on July 21, 2024

@sameersbn Yes, the plugins and themes folder could also be mounted into the docker image instead perhaps. Also, have you check out https://github.com/binaryphile/docker-redmine? He seems to have bash script that could do accomplish that.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@pengux will check it out. thanks for pointing it out.

from docker-redmine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.