/[webpac]/branches/hidra/INSTALL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /branches/hidra/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 81 - (hide annotations)
Tue Jul 8 22:13:56 2003 UTC (20 years, 8 months ago) by dpavlin
Original Path: trunk/INSTALL
File size: 1388 byte(s)
the great rename: isis2xml.* -> all2xml.*

1 dpavlin 49 beta-beta-beta INSTALL INSTRUCTIONS
2    
3     Feel free to contact me via e-mail to dpavlin@rot13.org if those instructions
4     don't work for you.
5    
6     1. You will need PostgreSQL (for now)
7    
8     Using any other database is quite easy, and involves editing of
9 dpavlin 81 dbi_* parameters in all2xml.conf [global] section (which you want
10 dpavlin 49 to do anyway to specify user and password to connect to database).
11    
12     Then, create database:
13    
14 dpavlin 52 $ createdb webpac
15 dpavlin 49 CREATE DATABASE
16    
17 dpavlin 52 Tables for index(es) will be created automatically on first run. If you
18 dpavlin 49 change data for index often, you might want to drop and re-create database
19     to erase tables for indexes which are removed.
20    
21 dpavlin 52 2. Use CPAN shell to install modules used:
22 dpavlin 49
23 dpavlin 52 $ sudo cpan
24     cpan> install module_name
25    
26     Modules which are needed:
27    
28     Text::Unaccent version 1.02 or higher, you might need
29     to get this one from
30     http://savannah.nongnu.org/projects/unac/
31     Config::IniFiles
32     DBD::Pg or some other DBD driver, you can also
33     use the one which came with distribution
34     (e.g. libdbd-pg-perl on Debian)
35     CGI::Application
36     HTML::Pager
37     HTML::Template
38     HTML::FillInForm
39     SWISH
40     SWISH::Fork and of course, swish-e executable
41     (e.g. swish-e package on Debian)
42    
43     CPAN shell will also download some more modules to satisfy dependencies.
44    
45     If you plan to use M$ Excel files for import (type=excel), you will need:
46    
47     Spreadsheet::ParseExcel
48    

Properties

Name Value
cvs2svn:cvs-rev 1.3

  ViewVC Help
Powered by ViewVC 1.1.26