Skip to content

andreas-thor/eal

Repository files navigation

E-Assessment Literacy (EAs.LiT)

EAs.LiT Logo

Install

Tested with Wordpress PHP

EAs.LiT may be installed to some server running Apache and PHP or by using a docker setup. For docker, have a look at the README.md inside the docker folder.The following enumeration describes steps to setup EAs.LiT without docker.

  1. Set up a webserver, install Apache and PHP
  2. Install Wordpress to the server
  3. Add EAs.LiT plugin to the installed wordpress
  4. Configure the file config_taxonomies.php as needed
  5. Increase Apache File Upload Size (default vaule (2MB) is usually too small if you want to upload items)
  6. Set date/time format and time zone in wordpress
  7. Set up a Start Page

PHP Extension "STATS" is needed for correlations inside the test analysis.

Comments

max_input_vars = 1000000
post_max_size=100M
upload_max_filesize=200M

Releases

No releases published

Packages

No packages published

Languages