forked from pedro3005/whube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
73 lines (56 loc) · 3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
========================================================================
=================== WHUBE BUG TRACKER =====================
========================================================================
License: GNU AGPLv3 or later
Author: Paul Tagliamonte & The Whube Developers
E-Fax: paultag [ at ] whube [ dot ] com
========================================================================
=================== DEDICATION =====================
========================================================================
Hey there hotshot. Are you part of the GNU Generation? Do you listen
to Black Moth Super Rainbow? The Octopus Project? Blockhead? Air?
Have you owned a Che T-Shirt? Programmed before you could drive?
Been outside in the last two weeks? Seen the sun?
Yeah? Good. Read on. No? Go play with Bugzilla and Perl! ;)
Still with us? Kickass. Whube is a bug tracker for us hipster nerds.
Not real hipster, because they are lame, but cool hipster. Like trendy
kickass nerd. Not to mention the first release of Whube sucked ass.
This one is way better ( That was a hipser joke, yes ),
There are enough of those "Bug tracking made simple" or "braindead simple"
or "Defect tracking made easy". Whube's not simple. Well, not *that* simple.
We try and be easy-to-use, but we can handle anything. Plugins and everything.
So. If you need to manage some tix, and want a bit of humor in your
management, Whube's your new toy.
Viva la Hacking!
Paul Tagliamonte ( paultag )
========================================================================
=================== TECHNICAL SHIT =====================
========================================================================
What you will need:
* GNU/Linux
( I'm sure you could get this to work with windows, but that's
just all kinds of dumb. Don't use nonfree crap.
PLUG: USE UBUNTU! IT WORKS GREAT! <3 UBUNTU! )
* Apache2
( Anything that supports the .htaccess file in the root, with
rewrite rules. )
* PHP
( Well, the whole thing is written in PHP. If you ported this
chances are it's not Whube anymore. Ship of Theseus kinda
thing. Although this is not the forum for such talk )
* MySQL
( Out of any of the things above, this is the most flexible.
All you have to do is rewrite model/sql.php to work with
whatever SQL server you fancy. Rewrite dbobj if you don't
want SQL. Although that, is kinda dumb. )
* Some projects
( Can't have a bug tracker against no project. Dingus. )
========================================================================
=================== SETUP =====================
========================================================================
# Setup Wizard.
cd install
./install.sh
========================================================================
.
..: