Redmine: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
folders
How to: move wiki pages to another project (in the same Redmine)
Line 18: Line 18:
** seems to be assuming you want to run it through [[WEBrick]] (makes Apache listen to port 3000) -- why?
** seems to be assuming you want to run it through [[WEBrick]] (makes Apache listen to port 3000) -- why?
* '''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]
===Discussions===
===Discussions===
* '''2014-05-20''' [https://plus.google.com/u/0/102282887764745350285/posts/Q2c2AUGiZo8 Trying to install Redmine on CentOS] without access to mod_ruby or FastCGI
* '''2014-05-20''' [https://plus.google.com/u/0/102282887764745350285/posts/Q2c2AUGiZo8 Trying to install Redmine on CentOS] without access to mod_ruby or FastCGI

Revision as of 22:07, 25 February 2015

<hide> page type::article thing type::software platform::web platform::Ruby (language) platform::MySQL </hide>

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

How to

Discussions

Reference

Official