Project

General

Profile

Installing a plugin from source code

Added by Reynier Perez Mira about 15 years ago

Hi:
I need to install a plugin called Redmine Charts [1] but I have a problem wich is that I never use GIT before and I don't know how to deal with. What I do then? Downloads the .tar.gz files for the plugin from [1] and it dependency wich is open_flash_chart [2] library but I don't know how to install it. Any help?

Cheers and thanks in advance

[1] http://github.com/mszczytowski/redmine_charts/tree/master
[2] http://github.com/pullmonkey/open_flash_chart/tree/master


Replies (2)

RE: Installing a plugin from source code - Added by Eric Davis about 15 years ago

  1. Download the tar.gz files
  2. Extract them into REDMINE_DIRECTORY/vendor/plugins
  3. Follow the installation steps in the plugin's Readme or on Plugins (starting at step 3)

Eric

RE: Installing a plugin from source code - Added by Reynier Perez Mira about 15 years ago

Ok, I follow your suggestions but now I have a terrible error and it is with OpenFlashChart. I get all this errors:

These are the possible causes:

    *
      There may be a syntax error in the application's code. Please check for such errors and fix them.
    *
      A required library may not installed. Please install all libraries that this application requires.
    *
      The application may not be properly configured. Please check whether all configuration files are written correctly, fix any incorrect configurations, and restart this application.
    *
      A service that the application relies on (such as the database server or the Ferret search engine server) may not have been started. Please start that service.

Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem.

Error message:
    OpenFlashChart is not a module
Exception class:
    TypeError
Application root:
    /redmine 

How can I fix this?
Cheers and thanks in advance

    (1-2/2)