MerlindlH / EvaP

a university course evaluation system written in Python using Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Python 61.6%Language:HTML 26.9%Language:CSS 5.9%Language:JavaScript 4.4%Language:Puppet 0.6%Language:Ruby 0.3%Language:Shell 0.2%