= [[LcbruTrac Summary]] Tags: [[LcbruSystem]] == Overview LCBRU Wiki and issue tracking site using [[http://trac.edgewall.org/|Trac]] written in [[Python]] == Instances [=#instances] For now: [[SystemAdmin]] - [[LcbruTrac Instance Live]] - [[LcbruTrac Instance Test]] == How To Also see [[UoL LAMP Server]] === Install See [[http://trac.edgewall.org/wiki/TracInstall|Trac Install]] page and also the notes on the legacy [[Trac]] page. === Manage Users Uses Apache basic HTTP authentication and is managed by using the [[http://httpd.apache.org/docs/2.2/programs/htpasswd.html|htpasswd]] utility to manipulate the password file for the instance (see [#instances Instances]). ==== To add a user to the live instance {{{ htpasswd /local/trac-deploy/apache-conf/lcbru-trac.htpasswd {firstname.lastname} }}} ''You will then be prompted for a password'' == Modules and Updates === Installed Plugins - [[http://trac-hacks.org/wiki/BackLinksMacro|Back Links]]: Macro that can show you which wiki pages refer to the current page or to a page of your choice. == Community - [[http://trac.edgewall.org/|Application website]] === Available Plugins - [[http://trac.edgewall.org/wiki/PluginList|Official Plugin List]] - [[http://trac-hacks.org/wiki|Unofficial Plugin List]] == Legacy Pages - [[Trac]] [[BackLinks]]