q2dg / splitter-web

Split SAGA based PDFs reports into student individual PDFs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

splitter-web

Split SAGA based PDFs reports into student individual PDFs.

Installation

Clone the repository into your web root folder.

Make sure uploads/ and batch/tmp/ directories are web writable.

Requirements

 sudo apt-get install python3

 sudo apt-get install python3-pypdf2

apache2 configuration: Virtual Host

 <VirtualHost *:80>
	 ServerAdmin admin@splitter.local
	 ServerName www.splitter.local
	 ServerAlias splitter.local
	 DocumentRoot /var/www/splitter.local/public
	 ErrorLog ${APACHE_LOG_DIR}/error.log
	 CustomLog ${APACHE_LOG_DIR}/access.log combined
 </VirtualHost>

About

Split SAGA based PDFs reports into student individual PDFs.

License:GNU General Public License v3.0


Languages

Language:Python 63.2%Language:PHP 31.2%Language:HTML 5.6%