Updated readme to point to stable branches

pull/6827/head
Sebastian Schuster 11 years ago
parent 4f9c3d704f
commit 3bff7ee94a
  1. 12
      README.md

@ -16,19 +16,19 @@ Installation
OpenProject Reporting depends on OpenProject Plugins. Thus, if you haven't done it already, add the following line to the `Gemfile.plugins` in your OpenProject installation: OpenProject Reporting depends on OpenProject Plugins. Thus, if you haven't done it already, add the following line to the `Gemfile.plugins` in your OpenProject installation:
`gem "openproject-plugins", git: "https://github.com/opf/openproject-plugins.git", :branch => "dev"` `gem "openproject-plugins", git: "https://github.com/opf/openproject-plugins.git", :branch => "stable"`
Reporting also depends on the OpenProject Costs plugin. If you have not installed it yet, you can do so by adding the following line to the `Gemfile.plugins` in your OpenProject installation: Reporting also depends on the OpenProject Costs plugin. If you have not installed it yet, you can do so by adding the following line to the `Gemfile.plugins` in your OpenProject installation:
`gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "dev"` `gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "stable"`
Furthermore, OpenProject reporting depends on the ReportingEngine which should be installed by adding the following line to your `Gemfile.plugins` in your OpenProject installation folder: Furthermore, OpenProject reporting depends on the ReportingEngine which should be installed by adding the following line to your `Gemfile.plugins` in your OpenProject installation folder:
`gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "dev"` `gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "stable"`
Finally, add the following line to your `Gemfile.plugins` in your OpenProject installation folder to use the Reporting plugin: Finally, add the following line to your `Gemfile.plugins` in your OpenProject installation folder to use the Reporting plugin:
`gem "openproject-reporting", git: "https://github.com/finnlabs/openproject-reporting.git", :branch => "dev"` `gem "openproject-reporting", git: "https://github.com/finnlabs/openproject-reporting.git", :branch => "stable"`
Afterwards, run: Afterwards, run:
@ -40,8 +40,8 @@ Deinstallation
Remove the lines Remove the lines
`gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "dev"` `gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "stable"`
`gem "openproject-reporting", git: "https://github.com/finnlabs/openproject-reporting.git", :branch => "dev"` `gem "openproject-reporting", git: "https://github.com/finnlabs/openproject-reporting.git", :branch => "stable"`
from your `Gemfile.plugins` in your OpenProject installation folder and run: from your `Gemfile.plugins` in your OpenProject installation folder and run:

Loading…
Cancel
Save