-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Vanuan edited this page Apr 17, 2011
·
18 revisions
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.
Git-workflow (branches, tags and naming conventions; rebase vs merge)
- Agile?
- "Feature is done" criteria
- Integration and unit testing
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