This comment server was written using the PHP Microframework Lumen and is used to store, moderate and read comments.
- To use the Comment Server you must first copy the file
.env.example
and rename it to.env
. - Then you have to specify a key for the app under
APP_KEY
(best with the head over the keyboard). - Now you have to enter your database configuration in the
DB_
section. This includes address, user name and password. - With
CAPTCHA_SECRET
you now have to define a captcha. This must be answered or sent as soon as someone wants to write a comment. - wip...