| 1 | [[PageOutline]] |
| 2 | == smo - support.mayfirst.org == |
| 3 | |
| 4 | Our trac support ticketing system resides on moses.mayfirst.org. The configuration files for the trac instance resides here: |
| 5 | |
| 6 | {{{ |
| 7 | root@moses.mayfirst.org:/srv/trac/support |
| 8 | }}} |
| 9 | |
| 10 | Any modifications to these files should been done either through a local checkout of the repository or as the root user on moses. |
| 11 | |
| 12 | '''Note:''' For other work with trac-admin or with the trac database you should use the '''supportdb''' user. |
| 13 | |
| 14 | === How do I rename wiki pages? === |
| 15 | |
| 16 | To rename a wiki page login as root on moses and run: |
| 17 | |
| 18 | {{{ |
| 19 | su - supportdb -c 'trac-admin /srv/trac/support wiki rename <page name> <new page name>' |
| 20 | }}} |