Changes between Initial Version and Version 1 of Trac


Ignore:
Timestamp:
11/08/10 14:04:55 (14 years ago)
Author:
Dave Morris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac

    v1 v1  
     1= BRICCS Trac system=
     2
     3This is a page for discussing the Trac issue tracking system.
     4
     5== Deployment ==
     6The current system is hosted on a SliceHost machine, primarily because it was quicker and easier to get it up and running on SliceHost than on one of the RCS hosted VMs.
     7
     8We need to integrate the Trac system with our Subversion repository, enabling us to use links in wiki pages and bug reports to refer to sections code in svn.
     9In order to do this, the two systems need to be co-located on the same machine.
     10
     11We have a set of bash shell scripts in svn for installing Trac and Subversion which will transfer the data from the existing systems.
     12The migration scripts have been tested on CentOS 5.5.
     13
     14If/when RCS provides us with a RedHat based VM (Fedora, CentOS or RHEL), we are ready to migrate our Trac and Subversion services to the new machine.
     15
     16== Access controls ==
     17
     18The current system is configured to require password for all access preventing external users from viewing our wiki pages, which means we are unable to share things on the wiki with people outside the core BRICCS development team.
     19
     20Based on experience with AstroGrid, the ability to point from people outside the project at pages on our wiki was extremely useful for facilitating discussion and getting advice and ideas from people outside the project.
     21
     22== Password database ==
     23
     24The current system uses a simple htacces password file to handle user authentication.
     25There is a Trac module for storing passwords in a database, which should makes managing user accounts and passwords a lot easier.
     26We will need to install this before we issue passwords to the hospital staff.
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37