Boron Trish
Scripting language and C library useful for building DSLs
Brought to you by:
wickedsmoke
| File | Date | Author | Commit |
|---|---|---|---|
| icons | 2015-08-20 |
|
[ec773c] Add feed icons to projects list. |
| README | 2019-02-28 |
|
[21a69c] Update to Boron 2.0.0. |
| cgi.b | 2019-02-28 |
|
[21a69c] Update to Boron 2.0.0. |
| default.css | 2015-08-20 |
|
[ec773c] Add feed icons to projects list. |
| deploy | 2013-06-01 |
|
[cb99ab] Import version 0.2. |
| send-smtp.b | 2019-02-28 |
|
[21a69c] Update to Boron 2.0.0. |
| trish.b | 2019-02-28 |
|
[21a69c] Update to Boron 2.0.0. |
| upgrade.b | 2015-01-15 |
|
[09a98b] Import upgrade script. |
| user.b | 2014-05-10 |
|
[d64d3a] User Settings: Add Send Email option. |
==============================
Trish
==============================
:Version: 0.5
Overview
========
Trish is a web based issue tracker written in Boron.
Goals:
* Focus on issue tracking (no wiki, VCS viewer, etc.).
* Have a simple interface that clearly shows important issues.
* Support multiple projects from a single installation.
* Have a single user list across all projects.
* Work without a database.
Installation
============
To install Trish on Linux run the deploy script as root.
First you should check the default configuration with the -h option.
./deploy -h
Then run deploy with any configuration changes desired.
./deploy -n "My Tracker" -m "mailer.myhost.net"