Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opqdonut/dda-tracker
https://github.com/opqdonut/dda-tracker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/opqdonut/dda-tracker
- Owner: opqdonut
- License: bsd-3-clause
- Created: 2012-03-08T08:21:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-12T15:16:11.000Z (almost 13 years ago)
- Last Synced: 2024-10-18T11:25:03.719Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 120 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Building
========$ cabal configure
$ cabal buildYou might need to install some dependencies, for example with:
$ cabal install cgi HDBC HDBC-sqlite3 xhtml
Installing
==========After building, dist/build/dda-tracker/dda-tracker is a cgi executable
that can be copied anywhere. It will create a database "answers.db" in
the same directory as it resides in.The cgi script need PathInfo, which apache provides by default.