Step-by-Step

* extract the file (I'll suppose you've done this allready!)

* verify that "/redoma/Downloads" has write right to everyone
  to make sure everything is OK, do:

  # chmod 777 /redomat/Downloads

* verify that "/redomat/transferts.db" has write right for everyone
  to make sure everything is OK, do:

  # chmod 666 /redomat/transferts.db

* verify that "/redomat/schedules.db" has write right for everyone
  to make sure everything is OK, do:

  # chmod 666 /redomat/schedules.db

* verify that "/redomat/redoma.conf" has write right for everyone
  to make sure everything is OK, do:

  # chmod 666 /redomat/redoma.conf

* verify that "/redomat/index.cgi" is executable for everyone
  to make sure everything is OK, do:

  # chmod +x /redomat/index.cgi

* verify that "/redomat/scheduler.pl" is executable for everyone
  to make sure everything is OK, do:

  # chmod +x /redomat/scheduler.cgi

* add the following lines to your "/etc/[httpd|apache]/conf/[httpd|srm].conf" file
---------| BEGIN |---------
Alias /redoma/ /path_where_you_installed/redoma/
<Location /redoma/>
    Options ExecCGI
    PerlSendHeader On
    allow from all
</Location>
<Directory /home/httpd/redoma>
    AllowOverride None
    Options None
# Decomment for authentication
#    AuthName "ReDoMa 0.3"
#    AuthType Basic
#    AuthUserFile /var/ipcop/auth/users
#    Require user admin
</Directory>
----------| END |----------

* use the "crontab -e" and add the following line
 
  */1 * * * * /var/log/redoma/scheduler.pl > /dev/null 2>&1
	


That should be all ...

=> Don't forget to send me a mail with your system in case ReDoMa.PERL
   works fine, otherwise send me a wget-logfile :-)

Have fun!
