Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 527 Bytes

README.rdoc

File metadata and controls

23 lines (16 loc) · 527 Bytes

QGIS Hub plugin for Redmine

A plugin to customize Redmine on hub.qgis.org

Features

  • hide project members in project overview if more than 50

  • default parent project is ‘qgis-user-plugins’

Installation

get plugin:

cd redmine/vendor/plugins/
git clone --depth 1 git://github.com/qgis/redmine_qgis_hub.git

install QGIS theme:

cd redmine_qgis_hub/
cp themes/qgis/ ../../../public/themes/

Set favicon:

cp themes/qgis/images/favicon.ico ../../../public/

migrate plugin DB:

rake db:migrate_plugins