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

Latest commit

 

History

History
72 lines (45 loc) · 1.99 KB

README.rst

File metadata and controls

72 lines (45 loc) · 1.99 KB

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

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

License

See LICENSE.rst.