Comic Canon Studio Install steps: 1. Upload this folder to your web server. 2. Create the database using database.sql. 3. Edit includes/config.php with your database username and password. 4. Add your real media files to these folders: backgrounds/ objects/ sounds/ music/ 5. Update the resource_library table with the paths or URLs to your files. Suggested database user: CREATE USER 'comicuser'@'127.0.0.1' IDENTIFIED BY 'comicpass'; GRANT ALL PRIVILEGES ON comic_canon_app.* TO 'comicuser'@'127.0.0.1'; FLUSH PRIVILEGES; Important: The comic story only saves links, paths, positions, dialogue, poses, and settings. It does not save copies of background, object, sound, or music files. PDF export: Open a saved story and click Export PDF. Then choose Print or Save as PDF in the browser.