| 1 | = Installing and Running Trac on Mandrakelinux Cooker = |
| 2 | |
| 3 | Trac is included in [http://www.mandrakelinux.com Mandrakelinux ] contributions repository, only for cooker for the moment. |
| 4 | It should be avaliable through urpmi or rpmdrake, if you have the proper source in you configuration file. |
| 5 | |
| 6 | {{{ |
| 7 | # urpmi trac |
| 8 | }}} |
| 9 | |
| 10 | Once Trac is installed, you can use trac-admin to add a repository, and use the example config file provided to start using Trac. |
| 11 | |
| 12 | See also: |
| 13 | * http://www.urpmi.org/ |
| 14 | * http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/contrib-SPECS/trac/ |
| 15 | * Easy URPMI: http://urpmi.org/easyurpmi. Choose version=cooker and source=contrib. |