summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index 7e0f77d..7c2a929 100644
--- a/README
+++ b/README
@@ -4,9 +4,8 @@ p.blicky.net source code
REQUIREMENTS
- A webserver with CGI support (tested with lighttpd and apache)
- perl (tested on 5.12 - 5.16)
- vim (7.x)
+ perl (tested on 5.12 - 5.24)
+ vim (7.x or 8.x)
TUWF (Available from CPAN and http://dev.yorhel.nl/tuwf)
DBI
DBD::SQLite
@@ -15,9 +14,9 @@ REQUIREMENTS
INSTALL
- Configure your webserver, check the TUWF documentation for instructions
- and examples. The following environment variables need to be set from your
- web server config:
+ Run index.cgi or configure your webserver, check the TUWF documentation for
+ instructions and examples. The following environment variables need to be
+ set from your web server config:
DBI_DSN -> dbi:SQLite:dbname=<dbfile>
TUWF_LOG -> </path/to/logfile>