Skip to content

Split SAGA based PDFs reports into student individual PDFs.

License

Notifications You must be signed in to change notification settings

q2dg/splitter-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]
	 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.2%
  • PHP 31.2%
  • HTML 5.6%