Pistos / linistrac
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
2571917
commit 2571917dd663400399b14db122b610bac06ddecc
tree 869085423be9619e99a84a863cd746901cd646ca
parent ba6cde9e58b19d89630b2b9ce4f5debda07ac22f
tree 869085423be9619e99a84a863cd746901cd646ca
parent ba6cde9e58b19d89630b2b9ce4f5debda07ac22f
linistrac / HIM
| 14e03bac » | Pistos | 2008-04-18 | 1 | == LinisTrac | |
| 2 | |||||
| 3 | LinisTrac is a clean and simple issue tracker, built from the start to be | ||||
| 4 | highly spam-resistant. Linis is a Tagalog word that means "clean". | ||||
| 5 | |||||
| 6 | A demo is running at http://linis.purepistos.net . | ||||
| 66588037 » | Pistos | 2008-04-16 | 7 | Come chat about LinisTrac and get help in irc.freenode.net #ramaze or #mathetes. | |
| 14e03bac » | Pistos | 2008-04-18 | 8 | ||
| 9 | === Requirements | ||||
| 10 | |||||
| 2571917d » | Pistos | 2008-05-10 | 11 | - Ramaze: git clone git://github.com/manveru/ramaze.git | |
| 14e03bac » | Pistos | 2008-04-18 | 12 | - DBI: http://ruby-dbi.rubyforge.org | |
| 1b8313c4 » | Pistos | 2008-04-18 | 13 | - M4DBI: wget http://rome.purepistos.net/m4dbi/m4dbi-nightly.gem | |
| 14 | - AuthAC: http://rome.purepistos.net/auth-ac/auth-ac-latest.gem | ||||
| 14e03bac » | Pistos | 2008-04-18 | 15 | - PostgreSQL | |
| 16 | |||||
| 17 | === Installation | ||||
| 18 | |||||
| 19 | git clone git://github.com/Pistos/linistrac.git | ||||
| 20 | # As a user with sufficient PostgreSQL permissions: | ||||
| 21 | createuser linis | ||||
| 22 | createdb -O linis linis-trac | ||||
| 23 | cd linistrac | ||||
| 24 | cat sql/schema.sql | psql -U linis linis-trac | ||||
| 25 | cat sql/initial-data.sql | psql -U linis linis-trac | ||||
| 26 | |||||
| 27 | === Usage | ||||
| 28 | |||||
| 29 | cd linistrac | ||||
| 30 | ruby start.rb | ||||
| 31 | |||||
| 32 | Browse to http://localhost:8004 | ||||
| 33 | Login with username 'admin', password 'admin'. | ||||
| 34 | Go to Admin section and add your Akismet API key (optional, but strongly recommended). | ||||
| 35 | |||||
| 36 | === Notes | ||||
| 37 | |||||
| 38 | MySQL support is potentially forthcoming. | ||||
| 39 | |||||
| 40 | === Feedback and Support | ||||
| 41 | |||||
| 42 | On IRC: irc.freenode.net ##mathetes or ##ramaze . | ||||
| 43 | Use http://mibbit.com if you don't have an IRC client. | ||||
