Download Consentio
Requirements
LAMP-Server: Linux, Apache, MySQL, PHP
Install
- Unpack package and copy the content of folder html to your document-root.
- Create a MySQL database with any tool you like.
- Open and edit config_inc.php in [document-root]/consentio/lib/ with a
text-editor. - Simultanous open [your-url]/consentio/evaluate.php in a browser and follow the
instructions of this page.
Apache Settings
File-Handler
Allthough most of the content is prebuild as html-file some content is created dynamically like the response of a search. Therefore Consentio masques some php-scripts as html-file in the folder ../content/. If Apache accepts .htaccess this works fine. If not, set "AllowOverride All" or the more restrictive "AllowOverride FileInfo". Test the searchfield on your website. If there is only an empty page, the File-Handler does not work.
Cronjob
The schedule of tasks affords the setup of a cronjob. The cronjob calls cocron.php with Lynx, wget or Curl.
Example for cron.d/:
00 01 * * * root /usr/bin/lynx -source http://[URL]/[Consentio-Directory]/cocron.php
This will generate the website at 1:00am.