Requirements: Must have installed DBI and DBD::mysql modules in your system (you can do as root: perl -MCPAN -eshell and then "install DBI" and "install DBD::mysql") Install catalogo: - Go to your cgi-bin and copy catalogo-vx.xx.tgz to there - tar xvzf catalogo-vx.xx.tgz - cd catalog && mysql -uroot -p < tables_to_create (if you don't have password in mysql database, drop the -p) - Edit catalogo.pl and change the options you want (at least you must change the $db_password and $admin) - Edit .htaccess and change the location for your pass file - Create at least the admin user with htpasswd -cm path_to_your_passfile admin Example: htpasswd -cm /var/www/.catpass nocturno - Create more users, if you want with htpasswd -m path_to_your_passfile new_user Example: htpasswd -m /var/www/.catpass test - Go to your web browser and type http://your_domain/cgi-bin/catalogo.pl type the login and password and it's working :) Using: Now you can change news file and view it in the catalogo