504 B
504 B
Comics Viewer
This small project provides a web based viewer for comics in the CBZ and CBR formats.
This project requires
- PHP ImageMagick
- PHP RAR (PECL)
Don't forget to:
- Create a MySQL/MariaDB database for the app with privileges granted to a user
- Import the
install/initial_db_mysql.sql
database structure - Change the ownership of the
comics/
andthumbs/
folders to the web server user - Copy the
variables-dist.php
file tovariables.php
and edit that file appropriately