Preperations:
- With YAST install apache2 webserver package.
- Make sure perl is installed
- With Yast search for perl-DBI package and install..
- goto http://perl.plover.com/Template/ and get the latest source for Text::Template.
- Do a tar xf and copy the extracted
source to the /use/local/src/Text-Template directory
- cd to /use/local/src/Text-Template
- do root> perl Makefile.PL
- than do root> make test
- All the tests should report "ok"
- than do root> make install
- goto: http://search.cpan.org/dist/DBD-Pg/Pg.pm
- Download the lastest DBD-Pg-x.xx.tar.gz (now v 1.49)
- do root> tar xf DBD-Pg-1.49.tar.gz
- copy the DBD-Pg-1.49 directory to /usr/local/src/ and rename to DBD-Pg
- cd to this new directory
- do root> perl Makefile.PL
- than root> make
- Do some exports for the test...
- root> export DBI_DSN-dbi:Pg:dbname=prodautodb
- root> export DBI_USER=ingex
- root> export DBI_PASS=ingex
- than root> make test
- Although some tests will be skipped the main-message should be "tests successful"
- than root> make install
Check apache configuration:
- cd to /etc/apache2/
- open the "default-server.conf" file
- check the DocumentRoot (Should be /srv/www/htdocs)
- check the ScriptAlias (Should be /cgi-bin/ "/srv/www/cgi-bin")
- Restart apache if you've changes anything using YAST
Web interface installation:
- cd to /usr/local/src/ingex/Ingex/web/manage
- do root> install/install.sh
- Go to /srv/www/cgi-bin/ingex
- open the "ingex.conf" file with KWrite
- Change "db_user = ingex"
- Change "db_password = ingex"
- Open a webbrowser and point to http://localhost/cgi-bin/ingex/index.pl
myname@myaddress.com
I'll post any useful information I receive. Don't worry, I'll be sure to to give you credit!
|