Skip to content
Vanuan edited this page Jul 2, 2012 · 18 revisions

User info

Installation

Follow steps described in official redmine documentation: http://www.redmine.org/projects/redmine/wiki/Plugins

  • Go to roles and permissions settings.
  • Check corresponding permissions
  • Go to plugin configuration settings. Set the gollum base path.
  • Go to project settings. Enable Gollum module, set custom git path.

Developer info

Resources

Code Climate

Workflow

Git-workflow (branches, tags and naming conventions; rebase vs merge)

Development process workflow

  • Agile?
  • "Feature is done" criteria
  • Integration and unit testing

Issue tracking

I'm using my private Redmine instance with redmine backlogs plugin for defining new user stories.


Github issue tracker can be used for user feedback.

## Vision

A plugin will use a Github Wiki interface as a reference for now.
When it will be mature enough we could think of extending Gollum itself.

### UI (Redmine Gollum) Wishlist
* Set a different gollum wiki path for each redmine project.
* Support an edit mode for different formats
* Add a commit message
* Instant preview
* Sidebar and footer support
* Performance improvement
* As a user I want to be able to edit sections instead of the whole file so that I can quickly add amendments to large documents. (An example of such feature can be seen on Wikipedia)

### Core (Gollum) Wishlist
* As a Heroku user, I want to use gollum with remote git repository, so that I can use Gollum on Heroku hosting (read-only file system)
* Transcluding

Clone this wiki locally