Difference between revisions of "Redmine"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎How to: move wiki pages to another project (in the same Redmine))
(→‎How to: subpages)
Line 19: Line 19:
 
* '''2008-03-14''' [http://www.redmine.org/boards/2/topics/114 deleting users] - maybe there's a better way by now?
 
* '''2008-03-14''' [http://www.redmine.org/boards/2/topics/114 deleting users] - maybe there's a better way by now?
 
* [http://stackoverflow.com/questions/6509037/redmine-how-to-move-wiki-pages-to-another-projects-wiki How to move wiki pages to another project's wiki]
 
* [http://stackoverflow.com/questions/6509037/redmine-how-to-move-wiki-pages-to-another-projects-wiki How to move wiki pages to another project's wiki]
 +
* Subpages: unlike with [[MediaWiki]], the Redmine wiki database explicitly supports parent-child relationships between pages. To attach a subpage to its parent page, "Rename" the page and then select the desired parent page from the dropdown box. (This is described [http://www.redmine.org/projects/redmine/wiki/RedmineWikis here] also.) The page name does not actually change (unless you actually change it), so the "Redirect existing links" checkbox is irrelevant.
  
 
===Discussions===
 
===Discussions===

Revision as of 23:45, 25 February 2015

About

Redmine is web-based project management software written in Ruby. It includes integrated wiki, forum, document management, calendar, and other features.

Folders

  • /usr/share/redmine -- stuff that doesn't change; sample config files
  • /etc/redmine/ -- contains the configurations for each Redmine site on the server
    • /etc/redmine/default -- default name for first site

Links

How to

  • HowTo configure Apache to run Redmine
    • assumes you have access to mod_ruby
    • seems to be assuming you want to run it through WEBrick (makes Apache listen to port 3000) -- why?
  • 2008-03-14 deleting users - maybe there's a better way by now?
  • How to move wiki pages to another project's wiki
  • Subpages: unlike with MediaWiki, the Redmine wiki database explicitly supports parent-child relationships between pages. To attach a subpage to its parent page, "Rename" the page and then select the desired parent page from the dropdown box. (This is described here also.) The page name does not actually change (unless you actually change it), so the "Redirect existing links" checkbox is irrelevant.

Discussions

Reference

Official