Changes between Initial Version and Version 1 of smo


Ignore:
Timestamp:
Apr 17, 2012, 7:32:21 PM (13 years ago)
Author:
Ross
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • smo

    v1 v1  
     1[[PageOutline]]
     2== smo - support.mayfirst.org ==
     3
     4Our trac support ticketing system resides on moses.mayfirst.org.  The configuration files for the trac instance resides here:
     5
     6{{{
     7root@moses.mayfirst.org:/srv/trac/support
     8}}}
     9
     10Any 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
     16To rename a wiki page login as root on moses and run:
     17
     18{{{
     19su - supportdb -c 'trac-admin /srv/trac/support wiki rename <page name> <new page name>'
     20}}}