summaryrefslogtreecommitdiff
path: root/README
blob: 7c2a9296e1956d792339f2857ed61cb3c7fddfdb (plain)
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
p.blicky.net source code
------------------------


REQUIREMENTS

  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
  Text::VimColor


INSTALL

  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>

  On lighttpd, use "setenv.add-environment" to do this, for Apache you can
  use the SetEnv directive for CGI mode and DefaultInitEnv for FastCGI
  setups.


CONTACT

  projects@yorhel.nl