beginning of installation instructions
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 1 Jun 2003 13:45:36 +0000 (13:45 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 1 Jun 2003 13:45:36 +0000 (13:45 +0000)
git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@49 13eb9ef6-21d5-0310-b721-a9d68796d827

INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..1f6bef5
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,22 @@
+beta-beta-beta INSTALL INSTRUCTIONS
+
+Feel free to contact me via e-mail to dpavlin@rot13.org if those instructions
+don't work for you.
+
+1. You will need PostgreSQL (for now)
+
+   Using any other database is quite easy, and involves editing of
+   dbi_* parametars in isis2xml.conf [global] section (which you want
+   to do anyway to specify user and password to connect to database).
+
+   Then, create database:
+
+   dpavlin@llin:~$ createdb webpac
+   CREATE DATABASE
+
+   Tabels for index(es) will be created automatically on first run. If you
+   change data for index often, you might want to drop and re-create database
+   to erase tables for indexes which are removed.
+
+2. Use cpan shell to install modules used:
+