EvaP is the course evaluation system used internally at Hasso Plattner Institute at the University of Potsdam.
For the documentation, please see our wiki.
The easiest setup using Vagrant and VirtualBox is shown here. For manual installation instructions and production deployment please see the wiki page on installation.
-
Install git, Vagrant and VirtualBox
-
Fork the Evap repository (using the Fork-button in the upper right corner on GitHub)
-
If you're using Windows, you want to change git's autocrlf setting to "input" so git will not change line endings when checking out files, using this command:
git config --global core.autocrlf input
-
Run the following commands on the command line to clone the repository, create the Vagrant VM and run the Django development server:
git clone --recurse-submodules https://github.com/<your_github_username>/EvaP.git cd EvaP vagrant up vagrant ssh ./manage.py run
-
Open your browser at http://localhost:8000/ and login with email
[email protected]
and passwordevap
That's it!
We'd love to see contributions, feel free to fork! You should probably branch off master
, the branch release
is used for stable revisions.
MIT, see LICENSE.md.
The platform is only tested in Mozilla Firefox and Google Chrome. Other browsers might not render all pages correctly.