Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

JenniferStamm/EvaP

 
 

Repository files navigation

EvaP - Evaluation Platform

Build Status Dependency Status Code Health Code Coverage

What is EvaP?

EvaP is the course evaluation system used internally at Hasso Plattner Institute.

For the documentation, please see our wiki.

Installation

The vagrant setup is shown here. For manual installation instructions and production deployment please see the wiki page on installation.

  1. Checkout EvaP and its submodules:

    git clone --recurse-submodules git@github.com:fsr-itse/EvaP.git
  2. After installing Vagrant, run in your EvaP root directory:

    vagrant up
    vagrant ssh
    ./manage.py run
  3. Open your browser:

    http://localhost:8000/
  4. Log in with the following credentials:

    username: evap
    password: evap

That's it!

Contributing

We'd love to see contributions, feel free to fork! You should probably branch off master, the branch release is used for stable revisions.

Mailinglist

We have a mailinglist called evap-dev@lists.myhpi.de.

You can add yourself to the list at http://lists.myhpi.de/HQowKfvd70oVOTPEWG2UhB0OO0rfo8Z.

License

See LICENSE.rst.

About

a university course evaluation system written in Python using Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.0%
  • HTML 26.7%
  • JavaScript 4.4%
  • CSS 1.8%
  • Puppet 0.6%
  • Ruby 0.3%
  • Shell 0.2%