Split SAGA PDF reports ("butlletins") into student individual PDFs. Count passed and evaluated UF from SAGA PDF reports ("actes").
Clone the repository into your web root folder.
Make sure uploads/
and script/tmp/
directories are web writable.
sudo apt install apache2
sudo apt install php libapache2-mod-php
sudo apt install python3
sudo apt install python3-pypdf2
sudo apt install ghostscript
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName www.splitter.local
ServerAlias splitter.local
DocumentRoot /var/www/html/splitter.local/public
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Start the server with:
sudo systemctl start apache2
Visit localhost:80 from your browser.