-
Edit the file
application/config/comicvine-sample.phpwith 1 constant (you'll need to ask for an API key from ComicVine):<?php define('COMIC_VINE_API_KEY', 'you_comicvine_api_key');then rename it to
application/config/comicvine.php. -
Edit the file
application/config/recaptcha-sample.phpwith 2 constants (you'll need to ask for a key from ReCaptcha):<?php define('RECAPTCHA_PUBLIC_KEY', 'your_recaptcha_public_key'); define('RECAPTCHA_PRIVATE_KEY', 'your_recaptcha_private_key');then rename it to
application/config/recaptcha-sample.php. -
Edit the file
application/config/cookies-sample.phpwith 1 constant (any random string that'll allow you to salt the cookies information):<?php define('SESSION_SALT', 'your_session_salt');then rename it to
application/config/cookies.php. -
Edit the file
application/config/propel-sample.yamland set the correctdsn,userandpasswordvalues for the DB connection, then rename it toapplication/config/propel.yaml -
Edit the file
application/config/config-sample.phpand set the constantsBASE_URLandDOMAINaccording to your settings, then rename it toapplication/config/config.php -
Create a Cron task calling
cron-updater.phpevery day.
RemyG/ComicsCalendar
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|