tazbug view README @ rev 0

Initial commit with the README
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 03 11:38:28 2012 +0200 (2012-04-03)
parents
children 8ec78f34725f
line source
1 TazBug - The SliTaz Bug Tracker
2 ================================================================================
5 The SliTaz Project have setup and tried several bug trackers but ther wher never
6 adopted by the main developers. This is an attemp to change that by providong
7 a radicaly simple tool well integrated wirh SliTaz packages Cooker, Cookiso,
8 Roadmap and other sites such as the wiki and forum.
10 Users data are securely stored outside of the web server document root. Password
11 are crypted with MD5 and also stored outside of the document root. Your ID key
12 is the MD5 sum of your login, mail and password
14 TazBug is simple to use, 2 type of status exist: OPEN and CLOSED and 4 priority
15 level are handled. Affected packages name can be added to the bug and the all
16 bug configuration file can be edited.
19 TazBug Goals
20 ------------
22 * Simple to use with a clean and modern interface
23 * Client side cmdline tool to post bugs and messages
24 * Full desktop integration with GTK boxes or local CGI script
25 * Use http://paste.slitaz.org/ for attached files
26 * Use shared accounts with other sites to have only one login
29 Installation
30 ------------
31 TazBug should work on any SliTaz system and can be used as a Bug Tracker for
32 your project. You can grab last source from SliTaz Mercurial repositories or
33 a release tarball from SliTaz mirrors. You need a web server with CGI support
34 and SliTaz httphelp in /usr/lib/slitaz as well as Busybox HTTPd applet.
36 People config files: /var/lib/slitaz/people
37 Auth file with pass: /var/lib/slitaz/auth/people
40 Developement
41 ------------
42 Shell scripts as usual, HTML 5, CSS 3 and a bit of Javascript. To work on bugs
43 locally you have to clone the repo, create a vhost for the web interface and
44 modify tazbug.conf to match your installation. You must also edit /etc/hosts
45 to add your vhost.
48 ================================================================================